Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:blockDecl

2675     const BlockDecl::Capture *Capture;
2688 const BlockDecl *blockDecl = block.getBlockDecl();
2691 SourceLocation loc = blockDecl->getCaretLocation();
2697 getContextDescriptor(cast<Decl>(blockDecl->getDeclContext()));
2728 if (blockDecl->capturesCXXThis()) {
2737 for (BlockDecl::capture_const_iterator
2738 i = blockDecl->capture_begin(), e = blockDecl->capture_end();
2740 const BlockDecl::Capture &capture = *i;
2761 const BlockDecl::Capture *capture = i->Capture;
2766 cast<CXXMethodDecl>(blockDecl->getNonClosureContext());