Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon31b8868f0111::RewriteObjC
3556 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3557 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3595 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4319 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4320 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4362 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4368 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
4538 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon1f51ae940111::RewriteModernObjC
4342 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4343 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4384 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5163 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5164 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5207 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5213 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
5410 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()