Home | History | Annotate | Download | only in Sema

Lines Matching refs:OM

10982                           OM = SO->second.begin(), 
10984 OM != OMEnd; ++OM)
10985 Diag(OM->Method->getLocation(), diag::note_final_overrider)
10986 << (const NamedDecl *)M->first << OM->Method->getParent();