Searched refs:CompStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5058 CompoundStmt *CompStmt = new (Context) CompoundStmt(Context, SubStmt,
5061 Expr *E = new (Context) StmtExpr(CompStmt, Context.VoidTy, SourceLocation(),
H A DSemaDeclCXX.cpp995 CompoundStmt *CompStmt = cast<CompoundStmt>(S); local
996 for (CompoundStmt::body_iterator BodyIt = CompStmt->body_begin(),
997 BodyEnd = CompStmt->body_end(); BodyIt != BodyEnd; ++BodyIt) {

Completed in 84 milliseconds