Home
last modified time | relevance | path

Searched refs:ClassInterface (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2131 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc), in ObjCCategoryDecl()
2196 ObjCInterfaceDecl *ClassInterface, in Create() argument
2200 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2201 ClassInterface = ClassInterface->getDefinition(); in Create()
2202 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2240 ClassInterface = IFace; in setClassInterface()
2299 ObjCInterfaceDecl *ClassInterface, in Create() argument
2306 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2307 ClassInterface = ClassInterface->getDefinition(); in Create()
2308 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2325 ObjCInterfaceDecl *ClassInterface; variable
2368 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
2369 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2470 ObjCInterfaceDecl *ClassInterface; variable
2480 ClassInterface(classInterface) {} in ObjCImplDecl()
2483 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2484 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1448 CD->ClassInterface = readDeclAs<ObjCInterfaceDecl>(); in VisitObjCCategoryDecl()
1463 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
1464 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()