Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1370 unsigned getArgUInt(unsigned Idx) const { in getArgUInt() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp932 unsigned Val = getArgUInt(ArgNo); in FormatDiagnostic()