Home | History | Annotate | Download | only in Sema

Lines Matching defs:ThisExpr

1167     Expr *ThisExpr = nullptr;
1173 ThisExpr = captureThis(*this, Context, LSI->Lambda, ThisTy, Loc,
1178 ThisExpr =
1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy);