Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.h1138 unsigned getArgUInt(unsigned Idx) const { in getArgUInt() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DDiagnostic.cpp798 unsigned Val = getArgUInt(ArgNo); in FormatDiagnostic()