Lines Matching refs:BlockByRefDeclsPtrSet
142 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon7c92408a0111::RewriteModernObjC
4161 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()
5422 BlockByRefDeclsPtrSet.clear(); in SynthBlockInitExpr()