Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp132 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anonc8a4c0a50111::RewriteObjC
3294 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3295 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3431 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3432 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3465 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3466 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3561 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
3591 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
4332 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]
DRewriteModernObjC.cpp141 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon8682a12a0111::RewriteModernObjC
4093 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4094 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4230 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4231 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4264 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4265 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4361 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4391 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5188 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]