Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2808 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2819 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
2821 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
2822 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()