reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2408 VK_LValue, ColonLoc); 2413 VK_LValue, ColonLoc); 2430 VarDecl *BeginVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType, 2432 VarDecl *EndVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType, 2446 BeginExpr = ActOnCoawaitExpr(S, ColonLoc, BeginExpr.get()); 2450 if (FinishForRangeVarDecl(*this, BeginVar, BeginRangeRef.get(), ColonLoc, 2519 EndExpr = ActOnBinOp(S, ColonLoc, tok::plus, EndRangeRef.get(), 2523 if (FinishForRangeVarDecl(*this, EndVar, EndExpr.get(), ColonLoc, 2534 EndVar, ColonLoc, CoawaitLoc, &CandidateSet, &BeginExpr, &EndExpr, 2558 LoopVarDecl, ColonLoc, 2596 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); 2596 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); 2598 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); 2598 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); 2602 VK_LValue, ColonLoc); 2607 VK_LValue, ColonLoc); 2612 NotEqExpr = ActOnBinOp(S, ColonLoc, tok::exclaimequal, 2615 NotEqExpr = CheckBooleanCondition(ColonLoc, NotEqExpr.get()); 2630 VK_LValue, ColonLoc); 2634 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); 2651 VK_LValue, ColonLoc); 2655 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); 2686 ColonLoc, RParenLoc);