Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.def11 // define the LANGOPT macro to make use of this information.
34 #ifndef LANGOPT
35 # error Define the LANGOPT macro to handle language options
40 LANGOPT(Name, Bits, Default, Description)
50 LANGOPT(Name, Bits, Default, Description)
65 LANGOPT(Name, Bits, Default, Description)
69 LANGOPT(C99 , 1, 0, "C99")
70 LANGOPT(C11 , 1, 0, "C11")
71 LANGOPT(MSVCCompat , 1, 0, "Microsoft Visual C++ full compatibility mode")
72 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
115 #define LANGOPT(Name, Bits, Default, Description) macro
/external/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.cpp476 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2114 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp187 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
213 LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
4677 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1301 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro