Home | History | Annotate | Download | only in Parse

Lines Matching refs:C11

471 /// [C11]   '_Alignof' '(' type-name ')'
491 /// [C11] generic-selection
878 case tok::kw__Generic: // primary-expression: generic-selection [C11 6.5.1]
934 if (!getLangOpts().C11)
1538 /// [C11] '_Alignof' '(' type-name ')'
1616 /// [C11] '_Alignof' '(' type-name ')'
2193 /// ParseGenericSelectionExpression - Parse a C11 generic-selection
2194 /// [C11 6.5.1.1].
2210 if (!getLangOpts().C11)
2219 // C11 6.5.1.1p3 "The controlling expression of a generic selection is
2240 // C11 6.5.1.1p2 "A generic selection shall have no more than one default