Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DUtils.h204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, in getLastArgUInt64Value() function
212 return getLastArgUInt64Value(Args, Id, Default, &Diags); in getLastArgUInt64Value()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1373 getLastArgUInt64Value(Args, OPT_fbuild_session_timestamp, 0); in ParseHeaderSearchArgs()
2520 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, in getLastArgUInt64Value() function