Home | History | Annotate | Download | only in AST

Lines Matching full:shadowed

2496     /// Shadowed - Indicates if this vftable slot is shadowed by
2499 bool Shadowed;
2503 Shadowed(false) {}
2505 MethodInfo() : VBTableIndex(0), VFTableIndex(0), Shadowed(false) {}
2584 // and the entries shadowed by return adjusting thunks.
2585 if (MD->getParent() != MostDerivedClass || MI.Shadowed)
2852 // For now, just mark the overriden method as shadowed by a new slot.
2853 OverriddenMethodInfo.Shadowed = true;
2855 // Also apply this adjustment to the shadowed slots.
2866 assert(SubOverrideMI.Shadowed);