Searched refs:ClassInterface (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 2120 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc), in ObjCCategoryDecl() 2181 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, in Create() argument 2183 if (ClassInterface && ClassInterface->hasDefinition()) in Create() 2184 ClassInterface = ClassInterface->getDefinition(); in Create() 2185 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create() 2223 ClassInterface = IFace; in setClassInterface() 2282 ObjCInterfaceDecl *ClassInterface, in Create() argument 2289 if (ClassInterface && ClassInterface->hasDefinition()) in Create() 2290 ClassInterface = ClassInterface->getDefinition(); in Create() 2291 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2328 ObjCInterfaceDecl *ClassInterface; variable 2369 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() 2370 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() 2471 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/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1447 CD->ClassInterface = readDeclAs<ObjCInterfaceDecl>(); in VisitObjCCategoryDecl() 1462 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl() 1463 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()
|