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

/external/clang/tools/libclang/
H A DIndexingContext.cpp39 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
328 markEntityOccurrenceInFile(D, Loc);
430 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
456 markEntityOccurrenceInFile(SuperD, SuperLoc);
485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
556 markEntityOccurrenceInFile(IFaceD, ClassLoc);
687 if (markEntityOccurrenceInFile(D, Loc))
774 markEntityOccurrenceInFile(BaseD, Loc);
788 bool IndexingContext::markEntityOccurrenceInFile(cons function in class:IndexingContext
[all...]
H A DIndexingContext.h476 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 78 milliseconds