Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp785 const std::string &S = getArgStdStr(0); in FormatDiagnostic()
895 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()
1078 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp193 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h220 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
H A DDiagnostic.h1346 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function