Searched refs:markEntityOccurrenceInFile (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 39 IdxCtx.markEntityOccurrenceInFile(PD, Loc); in ObjCProtocolListInfo() 328 markEntityOccurrenceInFile(D, Loc); in handleDecl() 430 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface() 456 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface() 485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol() 524 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 556 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 687 if (markEntityOccurrenceInFile(D, Loc)) in handleReference() 774 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl() 788 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile() function in IndexingContext
|
D | IndexingContext.h | 479 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);
|