Lines Matching refs:InnerBlockDeclRefs

391             const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
405 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
3675 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() argument
3682 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
3686 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts); in GetInnerBlockDeclRefExprs()
3693 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
4364 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) { in SynthBlockInitExpr() argument
4372 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
4373 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
4374 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
4393 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
4394 if (InnerBlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() || in SynthBlockInitExpr()
4395 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() || in SynthBlockInitExpr()
4396 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
4397 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
4599 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
4604 InnerBlockDeclRefs, InnerContexts); in RewriteFunctionBodyOrGlobalInitializer()
4625 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs); in RewriteFunctionBodyOrGlobalInitializer()