Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1703 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 DDeclObjC.h1720 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 DClangFormatPackage.cs31 [ClassInterface(ClassInterfaceType.AutoDual)]
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp926 CD->ClassInterface = ReadDeclAs<ObjCInterfaceDecl>(Record, Idx); in VisitObjCCategoryDecl()