Searched refs:BENIGN_VALUE_LANGOPT (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 28 // BENIGN_VALUE_LANGOPT, COMPATIBLE_VALUE_LANGOPT: combinations of the above. 77 #ifndef BENIGN_VALUE_LANGOPT 78 # define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description) \ 266 #undef BENIGN_VALUE_LANGOPT
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 27 // BENIGN_VALUE_LANGOPT, COMPATIBLE_VALUE_LANGOPT: combinations of the above. 76 #ifndef BENIGN_VALUE_LANGOPT 77 # define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description) \ 416 #undef BENIGN_VALUE_LANGOPT
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 226 #define BENIGN_VALUE_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 314 #define BENIGN_VALUE_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|