Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Description

187 #define LANGOPT(Name, Bits, Default, Description)                 \
191 << Description << LangOpts.Name << ExistingLangOpts.Name; \
195 #define VALUE_LANGOPT(Name, Bits, Default, Description) \
199 << Description; \
203 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
207 << Description; \
211 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
213 LANGOPT(Name, Bits, Default, Description)
215 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \
217 ENUM_LANGOPT(Name, Bits, Default, Description)
219 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
220 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
4677 #define LANGOPT(Name, Bits, Default, Description) \
4679 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \