Searched refs:BlockByCopyDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon40098a510111::RewriteObjC3556 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()
141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon2abafbd60111::RewriteModernObjC4345 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()4346 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()4387 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()5166 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()5167 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5210 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()5216 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()5413 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()