Searched refs:LANGOPT (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| 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 …]
|
| D | LangOptions.h | 40 #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/ |
| 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
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | FrontendActions.cpp | 584 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
| D | CompilerInvocation.cpp | 4611 #define LANGOPT(Name, Bits, Default, Description) HBuilder.add(LangOpts->Name); in getModuleHash() macro
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTReader.cpp | 280 #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
|
| D | ASTWriter.cpp | 1373 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
|