Home
last modified time | relevance | path

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

/freebsd/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,
53 return getLastArgUInt64Value(Args, Id, Default, &Diags, Base);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp41 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, in getLastArgUInt64Value() function