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);
269 markEntityOccurrenceInFile(D, Loc);
355 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
381 markEntityOccurrenceInFile(SuperD, SuperLoc);
409 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
448 markEntityOccurrenceInFile(IFaceD, ClassLoc);
480 markEntityOccurrenceInFile(IFaceD, ClassLoc);
601 if (markEntityOccurrenceInFile(D, Loc))
688 markEntityOccurrenceInFile(BaseD, Loc);
702 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D
    [all...]
IndexingContext.h 485 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);

Completed in 159 milliseconds