Home
last modified time | relevance | path

Searched refs:BlockByRefDecls (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon0b56e30a0111::RewriteObjC
3295 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 …]
H A DRewriteModernObjC.cpp142 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon21803b4f0111::RewriteModernObjC
4086 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4087 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4224 E = BlockByRefDecls.end(); I != E; ++I) { 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()
5343 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
[all …]