Home | History | Annotate | Download | only in AST

Lines Matching refs:SO

278         //   declarations that are so hidden are eliminated from
344 // base is a subobject of any other path; if so, then the
513 // so let the base class fill in our overriders for us.
521 // overrides so that we do not walk the virtual base class (and
578 // This virtual method overrides other virtual methods, so it does
581 // overrider. To do so, we dig down to the original virtual
649 for (OverridingMethods::iterator SO = OM->second.begin(),
651 SO != SOEnd;
652 ++SO) {
653 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO->second;