Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 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()
[all …]
H A DRewriteModernObjC.cpp142 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()
[all …]