Lines Matching refs:BlockByRefDecls
132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon40098a510111::RewriteObjC
3295 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3296 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3432 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3433 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3466 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3467 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3562 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
3592 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
4329 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4375 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()
4478 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
4479 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
4535 BlockByRefDecls.clear(); in SynthBlockInitExpr()