Home
last modified time | relevance | path

Searched refs:BENIGN_VALUE_LANGOPT (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def28 // 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/clang/lib/Serialization/
DASTReader.cpp226 #define BENIGN_VALUE_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro