Searched refs:BlockByRefDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance
133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anonf8c858050111::RewriteObjC3372 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3389 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()3572 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()3573 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()3605 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()4341 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()4342 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()4385 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()4388 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]
142 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon7c92408a0111::RewriteModernObjC4161 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4178 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()4362 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()4363 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()4395 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()5186 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()5187 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5231 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()5234 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()[all …]