Searched refs:ActOnBlockStmtExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp2481 Result = Actions.ActOnBlockStmtExpr(CaretLoc, Stmt.take(), getCurScope());
/external/clang/include/clang/Sema/
H A DSema.h3366 /// ActOnBlockStmtExpr - This is called when the body of a block statement
3368 ExprResult ActOnBlockStmtExpr(SourceLocation CaretLoc, Stmt *Body,
/external/clang/lib/Sema/
H A DTreeTransform.h8891 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(),
H A DSemaExpr.cpp9615 /// ActOnBlockStmtExpr - This is called when the body of a block statement
9617 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc, function in class:Sema

Completed in 172 milliseconds