Searched refs:BlockByCopyDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
132 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon0b295c890111::RewriteObjC3555 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()3556 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()3594 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()4321 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()4322 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()4364 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()4370 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()4535 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()
141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anonadad980e0111::RewriteModernObjC4347 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()4348 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()4389 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()5172 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()5173 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5216 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()5222 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()5416 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()