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

Declarations

tools/clang/include/clang/Frontend/Utils.h
  231 int getLastArgIntValue(const llvm::opt::ArgList &Args,

References

tools/clang/include/clang/Frontend/Utils.h
  238   return getLastArgIntValue(Args, Id, Default, &Diags);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1614   Opts.ErrorLimit = getLastArgIntValue(Args, OPT_ferror_limit, 0, Diags);
 1616       getLastArgIntValue(Args, OPT_fmacro_backtrace_limit,
 1618   Opts.TemplateBacktraceLimit = getLastArgIntValue(
 1621   Opts.ConstexprBacktraceLimit = getLastArgIntValue(
 1624   Opts.SpellCheckingLimit = getLastArgIntValue(
 1627   Opts.SnippetLineLimit = getLastArgIntValue(
 1630   Opts.TabStop = getLastArgIntValue(Args, OPT_ftabstop,
 1638   Opts.MessageLength = getLastArgIntValue(Args, OPT_fmessage_length, 0, Diags);
 2077       getLastArgIntValue(Args, OPT_fmodules_prune_interval, 7 * 24 * 60 * 60);
 2079       getLastArgIntValue(Args, OPT_fmodules_prune_after, 31 * 24 * 60 * 60);