Lines Matching refs:BlockByRefDeclsPtrSet
133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anonf8c858050111::RewriteObjC
3372 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()
4548 BlockByRefDeclsPtrSet.clear(); in SynthBlockInitExpr()