Searched defs:ShouldGenerateLocation (Results 1 – 1 of 1) sorted by relevance
189 bool USRGenerator::ShouldGenerateLocation(const NamedDecl *D) { in ShouldGenerateLocation() function in USRGenerator1231 bool ShouldGenerateLocation = Loc.isValid() && !SM.isInSystemHeader(Loc); in generateUSRForMacro() local