Home | History | Annotate | Download | only in AST

Lines Matching refs:Overriders

481     /// \brief Overriders for each virtual base subobject.
491 CXXFinalOverriderMap &Overriders);
498 CXXFinalOverriderMap &Overriders) {
511 if (Overriders.empty() && !Base->isVirtual()) {
512 // There are no other overriders of virtual member functions,
513 // so let the base class fill in our overriders for us.
514 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
541 // Merge the overriders from this base class into our own set of
542 // overriders.
549 Overriders[CanonOM].add(OM->second);
572 Overriders[CanonM].add(SubobjectNumber,
579 // not add any new slots into the set of overriders. Instead, we
580 // replace entries in the set of overriders with the new
606 Overriders[CanonOM].replaceAll(
623 Overriders[CanonM].add(SubobjectNumber,
642 // Weed out any final overriders that come from virtual base class