Lines Matching refs:BlockByRefDecls
142 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon2abafbd60111::RewriteModernObjC
4086 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4087 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4223 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4224 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4257 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4258 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4354 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4384 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5176 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5223 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()
5342 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
5343 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
5410 BlockByRefDecls.clear(); in SynthBlockInitExpr()