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

/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DOptionUtils.h43 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
48 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, function in namespace:clang
53 return getLastArgUInt64Value(Args, Id, Default, &Diags, Base);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp41 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, function in namespace:clang

Completed in 109 milliseconds