Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockByRefDeclsPtrSet

138     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
3832 if (BlockByRefDeclsPtrSet.count((*I)))
3851 if (BlockByRefDeclsPtrSet.count((*I)))
4056 if (!BlockByRefDeclsPtrSet.count(VD)) {
4057 BlockByRefDeclsPtrSet.insert(VD);
4089 BlockByRefDeclsPtrSet.clear();
4908 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4909 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4954 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
4957 BlockByRefDeclsPtrSet.insert(VD);
5143 BlockByRefDeclsPtrSet.clear();