Home | History | Annotate | Download | only in AST

Lines Matching refs:SO

695     // However, we delay setting PlainOldData to false in this case so that
791 // tracking whether this is the first non-static data member so we
794 // also make it non-standard-layout so we needn't check here.
823 // At this point we know that we have a non-static data member, so the last
1114 for (OverridingMethods::iterator SO = M->second.begin(),
1116 SO != SOEnd && !Done; ++SO) {
1117 assert(SO->second.size() > 0 &&
1124 if (SO->second.front().Method->isPure()) {