Lines Matching refs:BlockByRefDeclsPtrSet
143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon2abafbd60111::RewriteModernObjC
4151 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4168 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4352 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4353 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4385 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5174 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5175 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5219 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5222 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
5411 BlockByRefDeclsPtrSet.clear(); in SynthBlockInitExpr()