Home | History | Annotate | Download | only in Sema

Lines Matching defs:FinishCXXForRangeStmt

2090 /// FinishCXXForRangeStmt - Attach the body to a C++0x for-range statement.
2094 StmtResult Sema::FinishCXXForRangeStmt(Stmt *S, Stmt *B) {