Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp947 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() argument
948 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
974 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() argument
983 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1118 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() argument
1132 Sema::CompoundScopeRAII CompoundScope(Actions, isStmtExpr); in ParseCompoundStatementBody()
1172 (isStmtExpr ? ParsedStmtContext::InStmtExpr : ParsedStmtContext()); in ParseCompoundStatementBody()
1248 if (isStmtExpr && Tok.is(tok::r_paren)) in ParseCompoundStatementBody()
1259 Stmts, isStmtExpr); in ParseCompoundStatementBody()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2101 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2102 StmtResult ParseCompoundStatement(bool isStmtExpr,
2107 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp410 ArrayRef<Stmt *> Elts, bool isStmtExpr) { in ActOnCompoundStmt() argument
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5025 ArrayRef<Stmt *> Elts, bool isStmtExpr);