Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp57 return llvm::StringRef(Info.getArgCStr(Index)); in getArgStr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp473 Builder << Info.getArgCStr(Index); in forwardDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1600 const char *getArgCStr(unsigned Idx) const { in getArgCStr() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp972 const char *S = getArgCStr(ArgNo); in FormatDiagnostic()