Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockByRefDeclsPtrSet

130     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
3437 if (BlockByRefDeclsPtrSet.count((*I)))
3456 if (BlockByRefDeclsPtrSet.count((*I)))
3639 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
3640 BlockByRefDeclsPtrSet.insert(VD);
3672 BlockByRefDeclsPtrSet.clear();
4435 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4436 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4479 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
4482 BlockByRefDeclsPtrSet.insert(VD);
4645 BlockByRefDeclsPtrSet.clear();