Home | History | Annotate | Download | only in AST

Lines Matching refs:Overriders

462     /// \brief Overriders for each virtual base subobject.
472 CXXFinalOverriderMap &Overriders);
479 CXXFinalOverriderMap &Overriders) {
492 if (Overriders.empty() && !Base->isVirtual()) {
493 // There are no other overriders of virtual member functions,
494 // so let the base class fill in our overriders for us.
495 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
517 // Merge the overriders from this base class into our own set of
518 // overriders.
525 Overriders[CanonOM].add(OM->second);
548 Overriders[CanonM].add(SubobjectNumber,
555 // not add any new slots into the set of overriders. Instead, we
556 // replace entries in the set of overriders with the new
582 Overriders[CanonOM].replaceAll(
599 Overriders[CanonM].add(SubobjectNumber,
618 // Weed out any final overriders that come from virtual base class