Home
last modified time | relevance | path

Searched refs:isStmtExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp930 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() argument
931 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
957 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() argument
966 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1089 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() argument
1103 Sema::CompoundScopeRAII CompoundScope(Actions, isStmtExpr); in ParseCompoundStatementBody()
1143 (isStmtExpr ? ParsedStmtContext::InStmtExpr : ParsedStmtContext()); in ParseCompoundStatementBody()
1219 if (isStmtExpr && Tok.is(tok::r_paren)) in ParseCompoundStatementBody()
1230 Stmts, isStmtExpr); in ParseCompoundStatementBody()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2090 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2091 StmtResult ParseCompoundStatement(bool isStmtExpr,
2095 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp410 ArrayRef<Stmt *> Elts, bool isStmtExpr) { in ActOnCompoundStmt() argument
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4902 ArrayRef<Stmt *> Elts, bool isStmtExpr);