Searched refs:BlockByRefDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
134 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon0b295c890111::RewriteObjC3359 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3376 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3559 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()3560 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()3592 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()4329 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()4330 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()4373 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()4376 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]
143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anonadad980e0111::RewriteModernObjC4153 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4170 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4354 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()4355 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()4387 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()5180 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()5181 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5225 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()5228 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]