Home | History | Annotate | Download | only in Parse

Lines Matching full:compound

495 /// [GNU]   '(' compound-statement ')'
626 // may be one of a parenthesized expression, cast-expression, compound literal
1594 // type-name, or it is a unary-expression that starts with a compound
1939 /// [GNU] '(' compound-statement ')' (if !ParenExprOnly)
2046 // Otherwise, this is a compound literal expression or cast expression.
2183 assert(Tok.is(tok::l_brace) && "Not a compound literal!");
2184 if (!getLangOpts().C99) // Compound literals don't exist in C90.
2407 /// [clang] '^' block-args[opt] compound-statement
2408 /// [clang] '^' block-id compound-statement
2420 // argument decls, decls within the compound expression, etc. This also