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