Home | History | Annotate | Download | only in Sema

Lines Matching refs:OM

9768                           OM = SO->second.begin(), 
9770 OM != OMEnd; ++OM)
9771 Diag(OM->Method->getLocation(), diag::note_final_overrider)
9772 << (NamedDecl *)M->first << OM->Method->getParent();