Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
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 …]
DDiagnosticOptions.h79 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; macro
86 #define DIAGOPT(Name, Bits, Default) macro
115 #define DIAGOPT(Name, Bits, Default) macro
122 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() macro
/external/clang/include/clang/Basic/
DDiagnosticOptions.def11 // must define the DIAGOPT macro to make use of this information.
19 #ifndef DIAGOPT
20 # error Define the DIAGOPT macro to handle language options
25 DIAGOPT(Name, Bits, Default)
30 DIAGOPT(Name, Bits, Default)
34 # define SEMANTIC_DIAGOPT(Name, Bits, Default) DIAGOPT(Name, Bits, Default)
48 DIAGOPT(NoRewriteMacros, 1, 0) /// -Wno-rewrite-macros
49 DIAGOPT(Pedantic, 1, 0) /// -pedantic
50 DIAGOPT(PedanticErrors, 1, 0) /// -pedantic-errors
51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics.
[all …]
DDiagnosticOptions.h73 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; macro
80 #define DIAGOPT(Name, Bits, Default) macro
101 #define DIAGOPT(Name, Bits, Default) macro
108 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp519 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() macro
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp591 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() macro
DCompilerInvocation.cpp4012 #define DIAGOPT(Name, Bits, Default) \ in getModuleHash() macro
4017 #undef DIAGOPT in getModuleHash()
/external/clang/lib/Serialization/
DASTWriter.cpp1406 #define DIAGOPT(Name, Bits, Default) Record.push_back(DiagOpts.Name); in WriteControlBlock() macro
DASTReader.cpp4752 #define DIAGOPT(Name, Bits, Default) DiagOpts->Name = Record[Idx++]; in ParseDiagnosticOptions() macro
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1082 #define DIAGOPT(Name, Bits, Default) Record.push_back(DiagOpts.Name); in writeUnhashedControlBlock() macro
DASTReader.cpp5780 #define DIAGOPT(Name, Bits, Default) DiagOpts->Name = Record[Idx++]; in ParseDiagnosticOptions() macro