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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp19 IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, function in namespace:__anon1852
38 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags, Base);
44 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags, Base);

Completed in 101 milliseconds