Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:blockDecl

2868     const BlockDecl::Capture *Capture;
2881 const BlockDecl *blockDecl = block.getBlockDecl();
2884 SourceLocation loc = blockDecl->getCaretLocation();
2890 getContextDescriptor(cast<Decl>(blockDecl->getDeclContext()));
2921 if (blockDecl->capturesCXXThis()) {
2930 for (BlockDecl::capture_const_iterator
2931 i = blockDecl->capture_begin(), e = blockDecl->capture_end();
2933 const BlockDecl::Capture &capture = *i;
2954 const BlockDecl::Capture *capture = i->Capture;
2959 cast<CXXMethodDecl>(blockDecl->getNonClosureContext());