Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnCXXForRangeStmt

1815 /// ActOnCXXForRangeStmt - Check and build a C++11 for-range statement.
1834 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc,
1983 SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc,
1995 return SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc,
2240 /// This is a separate step from ActOnCXXForRangeStmt because analysis of the