Searched refs:ClassInterface (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1703 ObjCInterfaceDecl *ClassInterface, in Create() argument 1707 if (ClassInterface && ClassInterface->hasDefinition()) in Create() 1708 ClassInterface = ClassInterface->getDefinition(); in Create() 1709 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create() 1750 ClassInterface = IFace; in setClassInterface() 1792 ObjCInterfaceDecl *ClassInterface, in Create() argument 1799 if (ClassInterface && ClassInterface->hasDefinition()) in Create() 1800 ClassInterface = ClassInterface->getDefinition(); in Create() 1801 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1720 ObjCInterfaceDecl *ClassInterface; variable 1742 ClassInterface(IDecl), NextClassCategory(nullptr), in ObjCContainerDecl() 1759 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface() 1760 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() 1846 ObjCInterfaceDecl *ClassInterface; variable 1856 ClassInterface(classInterface) {} in ObjCImplDecl() 1859 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface() 1860 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
|
| /minix3/external/bsd/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 31 [ClassInterface(ClassInterfaceType.AutoDual)]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 926 CD->ClassInterface = ReadDeclAs<ObjCInterfaceDecl>(Record, Idx); in VisitObjCCategoryDecl()
|