Home
last modified time | relevance | path

Searched refs:LANGOPT (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DLangOptions.def10 // define the LANGOPT macro to make use of this information.
37 #ifndef LANGOPT
38 # error Define the LANGOPT macro to handle language options
43 LANGOPT(Name, Bits, Default, Description)
53 LANGOPT(Name, Bits, Default, Description)
68 LANGOPT(Name, Bits, Default, Description)
82 LANGOPT(C99 , 1, 0, "C99")
83 LANGOPT(C11 , 1, 0, "C11")
84 LANGOPT(C17 , 1, 0, "C17")
85 LANGOPT(C2x , 1, 0, "C2x")
[all …]
DLangOptions.h35 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro
42 #define LANGOPT(Name, Bits, Default, Description) macro
320 #define LANGOPT(Name, Bits, Default, Description) macro
/external/clang/include/clang/Basic/
DLangOptions.def11 // define the LANGOPT macro to make use of this information.
38 #ifndef LANGOPT
39 # error Define the LANGOPT macro to handle language options
44 LANGOPT(Name, Bits, Default, Description)
54 LANGOPT(Name, Bits, Default, Description)
69 LANGOPT(Name, Bits, Default, Description)
83 LANGOPT(C99 , 1, 0, "C99")
84 LANGOPT(C11 , 1, 0, "C11")
85 LANGOPT(MSVCCompat , 1, 0, "Microsoft Visual C++ full compatibility mode")
86 LANGOPT(MicrosoftExt , 1, 0, "Microsoft C++ extensions")
[all …]
DLangOptions.h33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro
40 #define LANGOPT(Name, Bits, Default, Description) macro
132 #define LANGOPT(Name, Bits, Default, Description) macro
/external/clang/lib/Basic/
DLangOptions.cpp19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro
25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
/external/llvm-project/clang/lib/Basic/
DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro
24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp478 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2413 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp549 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp3952 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp188 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
214 LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
4693 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1351 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp276 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
302 LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
5720 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1235 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro