Lines Matching refs:SO
549 // so completeDefinition()'s overriding of the access specifiers doesn't
654 // However, we delay setting PlainOldData to false in this case so that
787 // tracking whether this is the first non-static data member so we
790 // also make it non-standard-layout so we needn't check here.
867 // At this point we know that we have a non-static data member, so the last
1216 for (OverridingMethods::iterator SO = M->second.begin(),
1218 SO != SOEnd && !Done; ++SO) {
1219 assert(SO->second.size() > 0 &&
1226 if (SO->second.front().Method->isPure()) {
1303 // Lookup doesn't work for destructors, so handle them separately.