Searched refs:isStmtExpr (Results 1 – 4 of 4) sorted by relevance
687 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() argument688 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()718 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() argument727 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()734 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() argument852 move_arg(Stmts), isStmtExpr); in ParseCompoundStatementBody()
1541 StmtResult ParseCompoundStatement(bool isStmtExpr = false);1542 StmtResult ParseCompoundStatement(bool isStmtExpr,1544 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);
246 MultiStmtArg elts, bool isStmtExpr) { in ActOnCompoundStmt() argument270 if (isStmtExpr && i == NumElts - 1) in ActOnCompoundStmt()
2244 bool isStmtExpr);