Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon31b8868f0111::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 __anon1f51ae940111::RewriteModernObjC
4084 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4085 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4221 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4222 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4255 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4256 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4351 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4381 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5173 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]