Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2059 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc), in ObjCCategoryDecl()
2124 ObjCInterfaceDecl *ClassInterface, in Create() argument
2128 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2129 ClassInterface = ClassInterface->getDefinition(); in Create()
2130 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2168 ClassInterface = IFace; in setClassInterface()
2227 ObjCInterfaceDecl *ClassInterface, in Create() argument
2234 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
2235 ClassInterface = ClassInterface->getDefinition(); in Create()
2236 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2278 ObjCInterfaceDecl *ClassInterface; variable
2321 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
2322 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2423 ObjCInterfaceDecl *ClassInterface; variable
2433 ClassInterface(classInterface) {} in ObjCImplDecl()
2436 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2437 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs31 [ClassInterface(ClassInterfaceType.AutoDual)]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1358 CD->ClassInterface = readDeclAs<ObjCInterfaceDecl>(); in VisitObjCCategoryDecl()
1373 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
1374 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()