Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp2038 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc), in ObjCCategoryDecl()
2103 ObjCInterfaceDecl *ClassInterface, in Create() argument
2107 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2108 ClassInterface = ClassInterface->getDefinition(); in Create()
2109 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2147 ClassInterface = IFace; in setClassInterface()
2206 ObjCInterfaceDecl *ClassInterface, in Create() argument
2213 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2214 ClassInterface = ClassInterface->getDefinition(); in Create()
2215 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2266 ObjCInterfaceDecl *ClassInterface; variable
2309 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
2310 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2411 ObjCInterfaceDecl *ClassInterface; variable
2421 ClassInterface(classInterface) {} in ObjCImplDecl()
2424 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2425 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs31 [ClassInterface(ClassInterfaceType.AutoDual)]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1263 CD->ClassInterface = readDeclAs<ObjCInterfaceDecl>(); in VisitObjCCategoryDecl()
1278 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
1279 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()