Home | History | Annotate | Download | only in Parse

Lines Matching full:c11

471 /// [C11]   '_Alignof' '(' type-name ')'
491 /// [C11] generic-selection
884 case tok::kw__Generic: // primary-expression: generic-selection [C11 6.5.1]
940 if (!getLangOpts().C11)
1558 /// [C11] '_Alignof' '(' type-name ')'
1636 /// [C11] '_Alignof' '(' type-name ')'
2217 /// ParseGenericSelectionExpression - Parse a C11 generic-selection
2218 /// [C11 6.5.1.1].
2234 if (!getLangOpts().C11)
2243 // C11 6.5.1.1p3 "The controlling expression of a generic selection is
2264 // C11 6.5.1.1p2 "A generic selection shall have no more than one default