Lines Matching defs:BlockByRefDeclsPtrSet
143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
4148 if (BlockByRefDeclsPtrSet.count(VD))
4165 if (BlockByRefDeclsPtrSet.count(VD))
4349 if (!BlockByRefDeclsPtrSet.count(VD)) {
4350 BlockByRefDeclsPtrSet.insert(VD);
4382 BlockByRefDeclsPtrSet.clear();
5171 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5172 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5216 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
5219 BlockByRefDeclsPtrSet.insert(VD);
5408 BlockByRefDeclsPtrSet.clear();