Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockByRefDeclsPtrSet

132     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
3436 if (BlockByRefDeclsPtrSet.count((*I)))
3455 if (BlockByRefDeclsPtrSet.count((*I)))
3638 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
3639 BlockByRefDeclsPtrSet.insert(VD);
3671 BlockByRefDeclsPtrSet.clear();
4432 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4433 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4476 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
4479 BlockByRefDeclsPtrSet.insert(VD);
4642 BlockByRefDeclsPtrSet.clear();