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