Home | History | Annotate | Download | only in Parse

Lines Matching full:c11

602 /// ParseStaticAssertDeclaration - Parse C++0x or C11 static_assert-declaration.
607 /// [C11] static_assert-declaration:
614 if (Tok.is(tok::kw__Static_assert) && !getLangOpts().C11)