Home | History | Annotate | Download | only in Parse

Lines Matching full:c11

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