Home | History | Annotate | Download | only in Parse

Lines Matching refs:C11

534 /// [C11]   '_Alignof' '(' type-name ')'
554 /// [C11] generic-selection
995 case tok::kw__Generic: // primary-expression: generic-selection [C11 6.5.1]
1065 if (!getLangOpts().C11)
1673 /// [C11] '_Alignof' '(' type-name ')'
1773 /// [C11] '_Alignof' '(' type-name ')'
2437 /// ParseGenericSelectionExpression - Parse a C11 generic-selection
2438 /// [C11 6.5.1.1].
2454 if (!getLangOpts().C11)
2463 // C11 6.5.1.1p3 "The controlling expression of a generic selection is
2485 // C11 6.5.1.1p2 "A generic selection shall have no more than one default