Lines Matching refs:blockDecl
3342 const BlockDecl::Capture *Capture;
3356 const BlockDecl *blockDecl = block.getBlockDecl();
3359 SourceLocation loc = blockDecl->getCaretLocation();
3365 getDeclContextDescriptor(blockDecl);
3396 if (blockDecl->capturesCXXThis()) {
3405 for (const auto &capture : blockDecl->captures()) {
3427 const BlockDecl::Capture *capture = i->Capture;
3433 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext()))
3435 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent()))