Searched refs:BlockByRefDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon8bd724ec0111::RewriteObjC3360 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3377 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3560 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()3561 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()3593 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()4327 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()4328 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()4371 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()4374 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]
143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon8056deb10111::RewriteModernObjC 4148 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs() 4165 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs() 4349 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals() 4350 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals() 4382 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals() 5171 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo() 5172 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo() 5216 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr() 5219 BlockByRefDeclsPtrSet in SynthBlockInitExpr() [all...]