Home
last modified time | relevance | path

Searched refs:DIAGOPT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.def10 // must define the DIAGOPT macro to make use of this information.
18 #ifndef DIAGOPT
19 # error Define the DIAGOPT macro to handle language options
24 DIAGOPT(Name, Bits, Default)
29 DIAGOPT(Name, Bits, Default)
33 # define SEMANTIC_DIAGOPT(Name, Bits, Default) DIAGOPT(Name, Bits, Default)
47 DIAGOPT(NoRewriteMacros, 1, 0) /// -Wno-rewrite-macros
48 DIAGOPT(Pedantic, 1, 0) /// -pedantic
49 DIAGOPT(PedanticErrors, 1, 0) /// -pedantic-errors
50 DIAGOPT(ShowLine, 1, 1) /// Show line number on diagnostics.
[all …]
H A DDiagnosticOptions.h91 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; macro
98 #define DIAGOPT(Name, Bits, Default) macro
127 #define DIAGOPT(Name, Bits, Default) macro
134 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp585 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() macro
H A DCompilerInvocation.cpp4543 #define DIAGOPT(Name, Bits, Default) \ in getModuleHash() macro
4548 #undef DIAGOPT in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1083 #define DIAGOPT(Name, Bits, Default) Record.push_back(DiagOpts.Name); in writeUnhashedControlBlock() macro
H A DASTReader.cpp5807 #define DIAGOPT(Name, Bits, Default) DiagOpts->Name = Record[Idx++]; in ParseDiagnosticOptions() macro