Home | History | Annotate | Download | only in AST

Lines Matching refs:SO

259         //   declarations that are so hidden are eliminated from
325 // base is a subobject of any other path; if so, then the
491 // so let the base class fill in our overriders for us.
499 // overrides so that we do not walk the virtual base class (and
551 // This virtual method overrides other virtual methods, so it does
554 // overrider. To do so, we dig down to the original virtual
622 for (OverridingMethods::iterator SO = OM->second.begin(),
624 SO != SOEnd;
625 ++SO) {
626 llvm::SmallVector<UniqueVirtualMethod, 4> &Overriding = SO->second;