Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1602 uint64_t getArgUInt(unsigned Idx) const { in getArgUInt() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1286 uint64_t Val = getArgUInt(ArgNo); in FormatDiagnostic()