Home | History | Annotate | Download | only in AST

Lines Matching refs:BaseIt

2197   CXXRecordDecl::base_class_const_iterator BaseIt = RD->bases_begin();
2210 assert(!BaseIt->isVirtual() && "virtual base for literal type");
2211 assert(Info.Ctx.hasSameType(BaseIt->getType(), BaseType) &&
2213 ++BaseIt;