Home | History | Annotate | Download | only in Parse

Lines Matching refs:Stmt

945   StmtResult Stmt(ParseCompoundStatementBody());
948 if (!Stmt.isInvalid())
949 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.take(), getCurScope());