Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def12 // that have enumeration type and VALUE_DIAGOPT (for options that
22 #ifndef VALUE_DIAGOPT
23 # define VALUE_DIAGOPT(Name, Bits, Default) \
38 VALUE_DIAGOPT(Name, Bits, Default)
63 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number,
82 VALUE_DIAGOPT(ErrorLimit, 32, 0) /// Limit # errors emitted.
84 VALUE_DIAGOPT(MacroBacktraceLimit, 32, DefaultMacroBacktraceLimit)
86 VALUE_DIAGOPT(TemplateBacktraceLimit, 32, DefaultTemplateBacktraceLimit)
88 VALUE_DIAGOPT(ConstexprBacktraceLimit, 32, DefaultConstexprBacktraceLimit)
90 VALUE_DIAGOPT(SpellCheckingLimit, 32, DefaultSpellCheckingLimit)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp673 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() macro