Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp3436 static IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl() function
3455 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags); in getLastArgIntValue()
3461 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags); in getLastArgUInt64Value()