Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp441 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory() local
445 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
448 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
453 if (IFaceD) { in handleObjCCategory()
456 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
474 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl() local
477 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
480 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
483 if (IFaceD) { in handleObjCCategoryImpl()
486 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
/external/clang/include/clang/AST/
DASTContext.h1898 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
/external/clang/lib/AST/
DASTContext.cpp1663 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() argument
1665 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation()
1666 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()