Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DLangOptions.def10 // define the LANGOPT macro to make use of this information. The arguments to
12 // LANGOPT(Name, Bits, DefaultValue, Description)
41 #ifndef LANGOPT
42 # error Define the LANGOPT macro to handle language options
47 LANGOPT(Name, Bits, Default, Description)
57 LANGOPT(Name, Bits, Default, Description)
72 LANGOPT(Name, Bits, Default, Description)
86 LANGOPT(C99 , 1, 0, "C99")
87 LANGOPT(C11 , 1, 0, "C11")
88 LANGOPT(C17 , 1, 0, "C17")
[all …]
DLangOptions.h40 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro
47 #define LANGOPT(Name, Bits, Default, Description) macro
507 #define LANGOPT(Name, Bits, Default, Description) macro
/openbsd/src/gnu/llvm/clang/lib/Basic/
DLangOptions.cpp20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro
26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DFrontendActions.cpp584 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp4611 #define LANGOPT(Name, Bits, Default, Description) HBuilder.add(LangOpts->Name); in getModuleHash() macro
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp280 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
306 LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
5829 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1373 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro