Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp651 bool isStmtExpr) { in ParseCompoundStatement() argument
652 return ParseCompoundStatement(Attr, isStmtExpr, Scope::DeclScope); in ParseCompoundStatement()
683 bool isStmtExpr, in ParseCompoundStatement() argument
694 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
702 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() argument
812 isStmtExpr); in ParseCompoundStatementBody()
/external/clang/include/clang/Parse/
DParser.h1316 bool isStmtExpr = false);
1318 bool isStmtExpr,
1320 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);
/external/clang/lib/Sema/
DSemaStmt.cpp176 MultiStmtArg elts, bool isStmtExpr) { in ActOnCompoundStmt() argument
200 if (isStmtExpr && i == NumElts - 1) in ActOnCompoundStmt()
/external/clang/include/clang/Sema/
DSema.h1984 bool isStmtExpr);