Searched defs:LANGOPT (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro 24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro 46 #define LANGOPT(Name, Bits, Default, Description) macro 368 #define LANGOPT(Name, Bits, Default, Description) macro
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 543 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
| H A D | CompilerInvocation.cpp | 4483 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 277 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro 5747 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
| H A D | ASTWriter.cpp | 1236 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
|