Home
last modified time | relevance | path

Searched defs:isStmtExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp876 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement()
903 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement()
1034 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp406 ArrayRef<Stmt *> Elts, bool isStmtExpr) { in ActOnCompoundStmt()