Lines Matching refs:InnerBlockDeclRefs

482                       const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
495 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
4476 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() argument
4483 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
4487 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts); in GetInnerBlockDeclRefExprs()
4494 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
5196 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) { in SynthBlockInitExpr() argument
5205 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
5206 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
5207 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
5226 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
5227 if (InnerBlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() || in SynthBlockInitExpr()
5228 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() || in SynthBlockInitExpr()
5229 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
5230 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5463 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
5468 InnerBlockDeclRefs, InnerContexts); in RewriteFunctionBodyOrGlobalInitializer()
5489 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs); in RewriteFunctionBodyOrGlobalInitializer()