Searched defs:LANGOPT (Results 1 – 6 of 6) sorted by relevance
/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/include/clang/Basic/ |
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/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 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
|