Lines Matching refs:InnerBlockDeclRefs
391 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
405 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
3663 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() argument
3670 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
3674 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts); in GetInnerBlockDeclRefExprs()
3681 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
4350 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) { in SynthBlockInitExpr() argument
4358 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
4359 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
4360 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
4379 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
4380 if (InnerBlockDeclRefs[i]->getDecl()->hasAttr<BlocksAttr>() || in SynthBlockInitExpr()
4381 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() || in SynthBlockInitExpr()
4382 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
4383 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
4587 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
4592 InnerBlockDeclRefs, InnerContexts); in RewriteFunctionBodyOrGlobalInitializer()
4613 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs); in RewriteFunctionBodyOrGlobalInitializer()