Home
last modified time | relevance | path

Searched refs:getArgStdStr (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp62 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic()
67 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic()
/external/clang/lib/Basic/
DDiagnostic.cpp653 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()
/external/clang/lib/Tooling/
DCompilationDatabase.cpp162 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h216 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
DDiagnostic.h1173 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function