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 39 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(const NamedDecl *D
    [all...]
IndexingContext.h 476 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 34 milliseconds