Home
last modified time | relevance | path

Searched refs:ShouldGenerateLocation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Index/
DUSRGeneration.cpp114 bool ShouldGenerateLocation(const NamedDecl *D);
172 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) { in ShouldGenerateLocation() function in USRGenerator
202 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitFunctionDecl()
282 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitVarDecl()
430 ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTagDecl()
512 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTypedefDecl()
898 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc); in generateUSRForMacro() local
901 if (ShouldGenerateLocation) in generateUSRForMacro()