Searched refs:LANGOPT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 10 // 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 D | LangOptions.h | 445 #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 D | LangOptions.cpp | 20 #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 D | FrontendActions.cpp | 628 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4929 #define LANGOPT(Name, Bits, Default, Description) HBuilder.add(LangOpts->Name); in getModuleHash() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 286 #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 D | ASTWriter.cpp | 1551 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
|