Home | History | Annotate | Download | only in Sema

Lines Matching defs:Bases

1450   // template instantiation time (at which point all bases will be available)
1877 SmallVector<CXXRecordDecl *, 32> Bases;
1878 Bases.push_back(Class);
1879 while (!Bases.empty()) {
1881 Class = Bases.back();
1882 Bases.pop_back();
1903 // Make sure we visit the bases of this base class.
1905 Bases.push_back(BaseDecl);
2884 // Don't look into dependent bases, because name lookup can't look
2912 // Find results in this base class (and its bases).
3717 // dependent bases of class templates" feature.
3815 // In a few cases we *only* want to search for corrections bases on just