Lines Matching defs:Cap
10175 CapturingScopeInfo::Capture &Cap = BSI->Captures[i];
10176 if (Cap.isThisCapture())
10178 BlockDecl::Capture NewCap(Cap.getVariable(), Cap.isBlockCapture(),
10179 Cap.isNested(), Cap.getInitExpr());
11341 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var);
11347 CaptureType = Cap.getCaptureType();
11352 if (Cap.isCopyCapture() &&