Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1614 int64_t getArgSInt(unsigned Idx) const { in getArgSInt() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp983 int64_t Val = getArgSInt(ArgNo); in FormatDiagnostic()