Home
last modified time | relevance | path

Searched refs:getArgSInt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp476 Builder << Info.getArgSInt(Index); in forwardDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1609 int64_t getArgSInt(unsigned Idx) const { in getArgSInt() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp983 int64_t Val = getArgSInt(ArgNo); in FormatDiagnostic()