Searched defs:LANGOPT (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro 25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro 40 #define LANGOPT(Name, Bits, Default, Description) macro 132 #define LANGOPT(Name, Bits, Default, Description) macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 478 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2413 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 188 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro 4693 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1351 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
|