Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp130 SmallVector<ValueDecl *, 8> BlockByCopyDecls; member in __anone5f8ec0e0111::RewriteObjC
3306 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
3307 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3404 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3452 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3558 BlockByCopyDecls.push_back(VD); in SynthesizeBlockLiterals()
3594 BlockByCopyDecls.clear(); in SynthesizeBlockLiterals()
4321 BlockByCopyDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4369 BlockByCopyDecls.push_back(VD); in SynthBlockInitExpr()
4442 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp139 SmallVector<ValueDecl *, 8> BlockByCopyDecls; member in __anonedadf7530111::RewriteModernObjC
4096 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
4097 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4194 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4242 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4346 BlockByCopyDecls.push_back(VD); in SynthesizeBlockLiterals()
4385 BlockByCopyDecls.clear(); in SynthesizeBlockLiterals()
5167 BlockByCopyDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5216 BlockByCopyDecls.push_back(VD); in SynthBlockInitExpr()
5304 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthBlockInitExpr()
[all …]