Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
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()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h2978 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp2926 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
2928 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
2929 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()