Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h99 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
H A DDiagnostic.h1563 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp799 const std::string &S = getArgStdStr(0); in FormatDiagnostic()
909 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()
1093 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp190 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()