Searched refs:getArgStdStr (Results 1 – 5 of 5) sorted by relevance
62 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic()67 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic()
653 const std::string &S = getArgStdStr(0); in FormatDiagnostic()760 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()941 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
162 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
216 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
1173 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function