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

References

tools/clang/lib/Sema/SemaExpr.cpp
15703   if (CSI->CaptureMap.count(Var)) {
15708     CaptureType = CSI->getCapture(Var).getCaptureType();
15716     const Capture &Cap = CSI->getCapture(Var);
15718         !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) &&
15718         !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) &&
15719         !(isa<CapturedRegionScopeInfo>(CSI) &&
15720           cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP))