Searched refs:BlockByRefDecls (Results 1 – 2 of 2) sorted by relevance
132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anone5f8ec0e0111::RewriteObjC3295 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()3296 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()3433 E = BlockByRefDecls.end(); I != E; ++I) { 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()4479 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()[all …]
141 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anonedadf7530111::RewriteModernObjC4085 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()4086 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()4223 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()4257 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()4353 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()4383 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()5175 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5222 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()5342 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()[all …]