Home | History | Annotate | Download | only in Sema

Lines Matching refs:ForLoc

1041 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1066 SecondResult = CheckConditionVariable(ConditionVar, ForLoc, true);
1082 Third, Body, ForLoc, LParenLoc,
1106 Sema::ActOnObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) {
1123 return Diag(forLoc, diag::err_collection_expr_type)
1134 RequireCompleteType(forLoc, QualType(objectType, 0),
1164 Diag(forLoc, diag::warn_collection_expr_type)
1176 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc,
1207 Diag(ForLoc, diag::err_selector_element_type)
1212 ForLoc, RParenLoc));
1365 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1400 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(),
1407 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc,
1617 LoopVarDS, /*Body=*/0, ForLoc,