Home | History | Annotate | Download | only in AST

Lines Matching refs:Overriders

72   /// MostDerivedClass - The most derived class for which the final overriders
76 /// MostDerivedClassOffset - If we're building final overriders for a
82 /// different than the most derived class if the final overriders are for a
98 /// OverridersMap - The final overriders for all virtual member functions of
120 /// dump - dump the final overriders for a base subobject, and all its direct
140 /// dump - dump the final overriders.
169 // Get 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) {
1110 Overriders.getOverrider(MD, MethodInfo.BaseOffset);
1322 /// Unlike OverridesMethodInBase, this checks "overriders of overriders".
1341 // Check "indirect overriders".
1489 Overriders.getOverrider(MD, Base.getBaseOffset());
1606 VCallAndVBaseOffsetBuilder Builder(MostDerivedClass, LayoutClass, &Overriders,