Home
last modified time | relevance | path

Searched refs:markEntityOccurrenceInFile (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp39 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
DIndexingContext.h479 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);