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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 7465       CurrentLSI->CallOperator == DC &&
 7474   CurrentLSI->visitPotentialCaptures([&] (VarDecl *Var, Expr *VarExpr) {
 7486     if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) &&
 7523   if (CurrentLSI->hasPotentialThisCapture()) {
 7530       S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation,
 7537   CurrentLSI->clearPotentialCaptures();