Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitExpr

4826                            SourceLocation RParenLoc, Expr *InitExpr) {
4829 //assert((InitExpr != 0) && "ActOnCompoundLiteral(): missing expression");
4836 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);