Lines Matching refs:BlockByRefDecls
141 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anoneeab31c10111::RewriteModernObjC
4093 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4094 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4230 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4231 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4264 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4265 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4361 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4391 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5188 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5235 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()
5355 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
5356 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
5422 BlockByRefDecls.clear(); in SynthBlockInitExpr()