Searched defs:ShouldGenerateLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Index/
H A DUSRGeneration.cpp109 bool ShouldGenerateLocation(const NamedDecl *D);
167 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) { function in class:USRGenerator
197 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
255 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
404 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
475 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
821 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc); local
824 if (ShouldGenerateLocation)

Completed in 53 milliseconds