Home | History | Annotate | Download | only in AST

Lines Matching refs:Overriders

70   /// MostDerivedClass - The most derived class for which the final overriders
74 /// MostDerivedClassOffset - If we're building final overriders for a
80 /// different than the most derived class if the final overriders are for a
96 /// OverridersMap - The final overriders for all virtual member functions of
118 /// dump - dump the final overriders for a base subobject, and all its direct
138 /// dump - dump the final overriders.
167 // Get the the final overriders.
406 Out << "Final overriders for (" << RD->getQualifiedNameAsString() << ", ";
409 // Now dump the overriders for this base subobject.
567 /// FinalOverriders - The final overriders of the most derived class.
569 const FinalOverriders *Overriders;
590 const FinalOverriders *Overriders,
594 Context(MostDerivedClass->getASTContext()), Overriders(Overriders) {
709 if (Overriders) {
712 Overriders->getOverrider(MD, Base.getBaseOffset());
816 /// FinalOverriders - The final overriders of the most derived class.
817 const FinalOverriders Overriders;
995 Overriders(MostDerivedClass, MostDerivedClassOffset, LayoutClass) {
1106 Overriders.getOverrider(MD, MethodInfo.BaseOffset);
1312 /// Unlike OverridesMethodInBase, this checks "overriders of overriders".
1331 // Check "indirect overriders".
1479 Overriders.getOverrider(MD, Base.getBaseOffset());
1596 VCallAndVBaseOffsetBuilder Builder(MostDerivedClass, LayoutClass, &Overriders,