Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockByRefDeclsPtrSet

141     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
4264 if (BlockByRefDeclsPtrSet.count((*I)))
4283 if (BlockByRefDeclsPtrSet.count((*I)))
4467 if (!BlockByRefDeclsPtrSet.count(VD)) {
4468 BlockByRefDeclsPtrSet.insert(VD);
4500 BlockByRefDeclsPtrSet.clear();
5315 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5316 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5361 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
5364 BlockByRefDeclsPtrSet.insert(VD);
5549 BlockByRefDeclsPtrSet.clear();