Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anonf8c858050111::RewriteObjC
3307 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3308 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3444 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3445 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3478 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3479 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3574 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
3604 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
4343 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]
H A DRewriteModernObjC.cpp141 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon7c92408a0111::RewriteModernObjC
4096 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4097 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4233 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4234 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4267 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4268 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4364 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4394 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5188 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]