Searched defs:Compound (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp845 // Enter a scope to hold everything within the compound stmt. Compound
2150 StmtResult Compound = ParseCompoundStatement(); local
2151 if (Compound.isInvalid())
2158 Compound.get());
/external/clang/lib/Sema/
H A DSemaExpr.cpp9601 // Compound assignment "x += y"
11093 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); local
11108 if (!Compound->body_empty()) {
11109 Stmt *LastStmt = Compound->body_back();
11148 Compound->setLastStmt(LastExpr.get());
11159 Expr *ResStmtExpr = new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc);

Completed in 157 milliseconds