Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp61 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic()
66 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DPartialDiagnostic.h96 AddString(Other.getArgStdStr(I)); in PartialDiagnostic()
H A DDiagnostic.h1592 const std::string &getArgStdStr(unsigned Idx) const { in getArgStdStr() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp860 const std::string &S = getArgStdStr(0); in FormatDiagnostic()
966 const std::string &S = getArgStdStr(ArgNo); in FormatDiagnostic()
1149 (intptr_t)getArgStdStr(ArgNo).c_str())); in FormatDiagnostic()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DCompilationDatabase.cpp190 UnusedInputs.push_back(Info.getArgStdStr(0)); in HandleDiagnostic()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp59 return llvm::StringRef(Info.getArgStdStr(Index)); in getArgStr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp470 Builder << Info.getArgStdStr(Index); in forwardDiagnostic()