Searched refs:IFaceD (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 517 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory() local 521 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory() 524 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 529 if (IFaceD) { in handleObjCCategory() 532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory() 550 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl() local 553 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl() 556 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 559 if (IFaceD) { in handleObjCCategoryImpl() 562 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2128 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1943 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument 1945 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation() 1946 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()
|