Home | History | Annotate | Download | only in AST

Lines Matching defs:Work

2848   llvm::SmallPtrSet<const CXXMethodDecl *, 8> Work;
2853 Work.insert(MD);
2854 while (!Work.empty()) {
2855 const CXXMethodDecl *MD = *Work.begin();
2862 Work.insert(i, e);
2864 Work.erase(MD);