Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnCXXForRangeStmt

1675 /// ActOnCXXForRangeStmt - Check and build a C++11 for-range statement.
1694 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc,
1842 SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc,
1854 return SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc,
2091 /// This is a separate step from ActOnCXXForRangeStmt because analysis of the