Lines Matching refs:InnerBlockDeclRefs

482                       const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
495 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
4477 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() argument
4484 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
4488 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts); in GetInnerBlockDeclRefExprs()
4495 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
5197 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) { in SynthBlockInitExpr() argument
5206 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
5207 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
5208 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
5227 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
5228 if (InnerBlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() || in SynthBlockInitExpr()
5229 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() || in SynthBlockInitExpr()
5230 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
5231 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5464 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
5469 InnerBlockDeclRefs, InnerContexts); in RewriteFunctionBodyOrGlobalInitializer()
5490 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs); in RewriteFunctionBodyOrGlobalInitializer()