Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp60 const IdentifierInfo *Ident = Info.getArgIdentifier(0); in HandleDiagnostic()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp485 Builder << Info.getArgIdentifier(Index); in forwardDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1625 const IdentifierInfo *getArgIdentifier(unsigned Idx) const { in getArgIdentifier() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp1043 const IdentifierInfo *II = getArgIdentifier(ArgNo); in FormatDiagnostic()