Lines Matching refs:Cap
15522 for (Capture &Cap : BSI->Captures) {
15523 if (Cap.isInvalid() || Cap.isThisCapture())
15526 VarDecl *Var = Cap.getVariable();
15528 if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) {
15530 Cap.getCaptureType()->getAs<RecordType>()) {
15547 SourceLocation Loc = Cap.getLocation();
15565 Cap.getCaptureType(), false),
15581 BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap.isNested(),
17249 const Capture &Cap = CSI->getCapture(Var);
17250 if (Cap.isCopyCapture() &&