Searched refs:getArgStdStr (Results 1 – 7 of 7) sorted by relevance
61 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic()66 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic()
96 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
1592 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function
860 const std::string &S = getArgStdStr(0); in FormatDiagnostic()966 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()1149 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
190 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
59 return llvm::StringRef(Info.getArgStdStr(Index)); in getArgStr()
470 Builder << Info.getArgStdStr(Index); in forwardDiagnostic()