Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp25 static std::string getSourceLocationString(Preprocessor &PP, in getSourceLocationString() function
508 appendArgument(Name, getSourceLocationString(PP, Value).c_str()); in appendArgument()
521 SS << "[" << getSourceLocationString(PP, Value.getBegin()) << ", " in appendArgument()
522 << getSourceLocationString(PP, Value.getEnd()) << "]"; in appendArgument()
548 << "Loc: " << getSourceLocationString(PP, Value[I].second) << "}"; in appendArgument()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp269 static std::string getSourceLocationString(clang::Preprocessor &PP, in getSourceLocationString() function
280 std::string Source(getSourceLocationString(PP, Loc)); in getSourceLocationFile()
1051 getSourceLocationString(PP, InstanceLoc) + ":\n" + in addMacroExpansionInstance()
1054 getSourceLocationString(PP, DefinitionLoc) + ":\n" + in addMacroExpansionInstance()
1073 getSourceLocationString(PP, DefinitionLoc) + ":\n" + in addMacroExpansionInstance()
1099 getSourceLocationString(PP, InstanceLoc) + ":\n" + in addConditionalExpansionInstance()