Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockByRefDeclsPtrSet

132     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
3390 if (BlockByRefDeclsPtrSet.count((*I)))
3409 if (BlockByRefDeclsPtrSet.count((*I)))
3592 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
3593 BlockByRefDeclsPtrSet.insert(VD);
3625 BlockByRefDeclsPtrSet.clear();
4382 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4383 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4426 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
4429 BlockByRefDeclsPtrSet.insert(VD);
4591 BlockByRefDeclsPtrSet.clear();