HomeSort by relevance Sort by last modified time
    Searched refs:markEntityOccurrenceInFile (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 38 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
327 markEntityOccurrenceInFile(D, Loc);
423 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
449 markEntityOccurrenceInFile(SuperD, SuperLoc);
477 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
516 markEntityOccurrenceInFile(IFaceD, ClassLoc);
548 markEntityOccurrenceInFile(IFaceD, ClassLoc);
678 if (markEntityOccurrenceInFile(D, Loc))
765 markEntityOccurrenceInFile(BaseD, Loc);
779 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D
    [all...]
IndexingContext.h 480 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 44 milliseconds