Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h215 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
219 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, in getLastArgUInt64Value() function
223 return getLastArgUInt64Value(Args, Id, Default, &Diags); in getLastArgUInt64Value()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1247 Opts.DiagnosticsHotnessThreshold = getLastArgUInt64Value( in ParseCodeGenArgs()
1955 getLastArgUInt64Value(Args, OPT_fbuild_session_timestamp, 0); in ParseHeaderSearchArgs()
3458 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, in getLastArgUInt64Value() function