Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:blockDecl

3924     if (isa<BlockDecl>(D))
4550 const BlockDecl::Capture *Capture;
4602 const BlockDecl *blockDecl = block.getBlockDecl();
4605 SourceLocation loc = blockDecl->getCaretLocation();
4611 getDeclContextDescriptor(blockDecl);
4625 if (blockDecl->capturesCXXThis()) {
4634 for (const auto &capture : blockDecl->captures()) {
4654 const BlockDecl::Capture *capture = Chunk.Capture;
4660 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext()))
4662 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent()))