Lines Matching defs:BlockByRefDecls
132 llvm::SmallSetVector<ValueDecl *, 8> BlockByRefDecls;
3293 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E;
3358 if (BlockByRefDecls.contains(VD))
3375 if (BlockByRefDecls.contains(VD))
3430 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E;
3464 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E;
3555 BlockByRefDecls.insert(VD);
3586 BlockByRefDecls.clear();
4314 BlockByRefDecls.insert(BlockDeclRefs[i]->getDecl());
4353 if (VD->hasAttr<BlocksAttr>() && BlockByRefDecls.insert(VD)) {
4459 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E;
4516 BlockByRefDecls.clear();