Searched defs:LANGOPT (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Basic/ |
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
|
/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 115 #define LANGOPT(Name, Bits, Default, Description) macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 476 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2114 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 187 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro 4677 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1301 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro
|