Home
last modified time | relevance | path

Searched refs:IFaceD (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp753 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory() local
757 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
760 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
765 if (IFaceD) { in handleObjCCategory()
768 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
786 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl() local
789 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
792 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
795 if (IFaceD) { in handleObjCCategoryImpl()
798 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2963 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2915 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
2917 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
2918 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()