Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp130 SmallVector<ValueDecl *, 8> BlockByCopyDecls; member in __anon40098a510111::RewriteObjC
3306 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
3307 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
3403 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3404 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
3451 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), 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()
[all …]
H A DRewriteModernObjC.cpp140 SmallVector<ValueDecl *, 8> BlockByCopyDecls; member in __anon2abafbd60111::RewriteModernObjC
4097 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
4098 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockFunc()
4194 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4195 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4242 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4243 E = BlockByCopyDecls.end(); I != E; ++I) { in SynthesizeBlockImpl()
4347 BlockByCopyDecls.push_back(VD); in SynthesizeBlockLiterals()
4386 BlockByCopyDecls.clear(); in SynthesizeBlockLiterals()
5168 BlockByCopyDecls.push_back(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
[all …]