Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A 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 …]
H A DLangOptions.h445 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro
452 #define LANGOPT(Name, Bits, Default, Description) macro
599 #define LANGOPT(Name, Bits, Default, Description) macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro
26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp628 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4929 #define LANGOPT(Name, Bits, Default, Description) HBuilder.add(LangOpts->Name); in getModuleHash() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp286 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
317 LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
6034 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
H A DASTWriter.cpp1551 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro