Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitExpr

5225                            SourceLocation RParenLoc, Expr *InitExpr) {
5227 assert(InitExpr && "ActOnCompoundLiteral(): missing expression");
5234 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);