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