Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp479 Builder << Info.getArgUInt(Index); in forwardDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1617 uint64_t getArgUInt(unsigned Idx) const { in getArgUInt() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp1002 uint64_t Val = getArgUInt(ArgNo); in FormatDiagnostic()