reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Frontend/Utils.h
  241 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,

References

tools/clang/include/clang/Frontend/Utils.h
  249   return getLastArgUInt64Value(Args, Id, Default, &Diags);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1331   Opts.DiagnosticsHotnessThreshold = getLastArgUInt64Value(
 2083       getLastArgUInt64Value(Args, OPT_fbuild_session_timestamp, 0);