Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnCXXForRangeStmt

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