Home | History | Annotate | Download | only in AST

Lines Matching full:bases

59   for (const auto &I : RD->bases()) {    
60 // Don't layout virtual bases.
84 // We're not interested in bases that don't have virtual bases, and not
85 // morally virtual bases.
89 for (const auto &I : RD->bases()) {
94 // Secondary virtual pointers are present for all bases with either
95 // virtual bases or virtual function declarations overridden along a
107 // Ignore virtual bases that we've already visited.
126 // bases or is reachable along a virtual path from D, and (b) is not a
153 for (const auto &I : RD->bases()) {
170 // virtual bases.