Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp746 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory() local
750 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
753 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
758 if (IFaceD) { in handleObjCCategory()
761 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
779 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl() local
782 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
785 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
788 if (IFaceD) { in handleObjCCategoryImpl()
791 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp740 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory() local
744 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
747 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
752 if (IFaceD) { in handleObjCCategory()
755 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
773 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl() local
776 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
779 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
782 if (IFaceD) { in handleObjCCategoryImpl()
785 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
/external/clang/include/clang/AST/
DASTContext.h2331 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2759 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/external/clang/lib/AST/
DASTContext.cpp2054 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
2056 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
2057 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2776 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
2778 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
2779 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()