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);
329 markEntityOccurrenceInFile(D, Loc);
431 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
457 markEntityOccurrenceInFile(SuperD, SuperLoc);
485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
556 markEntityOccurrenceInFile(IFaceD, ClassLoc);
686 if (markEntityOccurrenceInFile(D, Loc))
773 markEntityOccurrenceInFile(BaseD, Loc);
787 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D
    [all...]
IndexingContext.h 483 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 40 milliseconds