Searched refs:getLastArgIntValueImpl (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Driver/ |
D | OptionUtils.cpp | 19 IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl() function 38 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags, Base); in getLastArgIntValue() 44 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags, Base); in getLastArgUInt64Value()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2499 static IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl() function 2517 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags); in getLastArgIntValue() 2523 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags); in getLastArgUInt64Value()
|