Home | History | Annotate | Download | only in Sema

Lines Matching refs:OM

13069                           OM = SO->second.begin(), 
13071 OM != OMEnd; ++OM)
13072 Diag(OM->Method->getLocation(), diag::note_final_overrider)
13073 << (const NamedDecl *)M->first << OM->Method->getParent();