Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp189 const auto &module_name = info.getArgStdStr(0); in HandleModuleRemark()
193 const auto &module_path = info.getArgStdStr(1); in HandleModuleRemark()
210 const auto &module_name = info.getArgStdStr(0); in HandleModuleRemark()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h96 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
H A DDiagnostic.h1578 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1138 const std::string &S = getArgStdStr(0); in FormatDiagnostic()
1246 return getArgStdStr(ArgNo); in FormatDiagnostic()
1434 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp185 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()