Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp133 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anon0b295c890111::RewriteObjC
3294 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3295 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3432 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3466 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3561 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
3591 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
4331 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4377 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()
4478 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp142 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in __anonadad980e0111::RewriteModernObjC
4088 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4089 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4226 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4260 E = BlockByRefDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4356 BlockByRefDecls.push_back(VD); in SynthesizeBlockLiterals()
4386 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5182 BlockByRefDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5229 BlockByRefDecls.push_back(VD); in SynthBlockInitExpr()
5346 E = BlockByRefDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
[all …]