Home | History | Annotate | Download | only in Sema

Lines Matching refs:Bases

1578   // template instantiation time (at which point all bases will be available)
2005 SmallVector<CXXRecordDecl *, 32> Bases;
2006 Bases.push_back(Class);
2007 while (!Bases.empty()) {
2009 Class = Bases.back();
2010 Bases.pop_back();
2031 // Make sure we visit the bases of this base class.
2033 Bases.push_back(BaseDecl);
3030 // Don't look into dependent bases, because name lookup can't look
3058 // Find results in this base class (and its bases).
3871 // dependent bases of class templates" feature.
3962 // In a few cases we *only* want to search for corrections bases on just