Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp2250 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.get(), Tok.getLocation()); in ParseParenExpression()
/external/clang/include/clang/Sema/
DSema.h4074 ExprResult ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt,
/external/clang/lib/Sema/
DTreeTransform.h2313 return getSema().ActOnStmtExpr(LParenLoc, SubStmt, RParenLoc); in RebuildStmtExpr()
DSemaExpr.cpp11622 Sema::ActOnStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() function in Sema