Searched refs:getArgStdStr (Results 1 – 5 of 5) sorted by relevance
639 const std::string &S = getArgStdStr(0); in FormatDiagnostic()746 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()927 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
63 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic()
163 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
216 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
1159 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function