Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockByRefDeclsPtrSet

142     llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
4332 if (BlockByRefDeclsPtrSet.count((*I)))
4351 if (BlockByRefDeclsPtrSet.count((*I)))
4535 if (!BlockByRefDeclsPtrSet.count(VD)) {
4536 BlockByRefDeclsPtrSet.insert(VD);
4568 BlockByRefDeclsPtrSet.clear();
5387 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5388 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5433 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
5436 BlockByRefDeclsPtrSet.insert(VD);
5622 BlockByRefDeclsPtrSet.clear();