/external/clang/include/clang/Basic/ |
D | LangOptions.h | 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro 133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/external/llvm-project/clang/lib/Basic/ |
D | LangOptions.cpp | 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.h | 36 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro 43 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro 321 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 551 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 3954 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 204 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro 4695 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 292 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro 5722 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1237 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|