Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1168 int getArgSInt(unsigned Idx) const { in getArgSInt() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp763 int Val = getArgSInt(ArgNo); in FormatDiagnostic()