reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 2634     IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get());
 2635     if (!IncrExpr.isInvalid() && CoawaitLoc.isValid())
 2639       IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get());
 2639       IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get());
 2640     if (!IncrExpr.isInvalid())
 2641       IncrExpr = ActOnFinishFullExpr(IncrExpr.get(), /*DiscardedValue*/ false);
 2641       IncrExpr = ActOnFinishFullExpr(IncrExpr.get(), /*DiscardedValue*/ false);
 2642     if (IncrExpr.isInvalid()) {
 2685       IncrExpr.get(), LoopVarDS, /*Body=*/nullptr, ForLoc, CoawaitLoc,