Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp38 IdxCtx.markEntityOccurrenceInFile(PD, Loc); in ObjCProtocolListInfo()
329 markEntityOccurrenceInFile(D, Loc); in handleDecl()
431 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
457 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()
686 if (markEntityOccurrenceInFile(D, Loc)) in handleReference()
773 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl()
787 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile() function in IndexingContext
DIndexingContext.h483 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);