Searched refs:ClassInterface (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 2131 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2314 ObjCInterfaceDecl *ClassInterface; variable 2357 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() 2358 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() 2459 ObjCInterfaceDecl *ClassInterface; variable 2469 ClassInterface(classInterface) {} in ObjCImplDecl() 2472 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() 2473 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 31 [ClassInterface(ClassInterfaceType.AutoDual)]
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1406 CD->ClassInterface = readDeclAs<ObjCInterfaceDecl>(); in VisitObjCCategoryDecl() 1421 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl() 1422 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()
|