Searched refs:BlockByRefDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anone5f8ec0e0111::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 …]
142 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anonedadf7530111::RewriteModernObjC4150 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4167 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4351 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()4352 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()4384 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()5173 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()5174 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5218 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()5221 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]