Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCommaLoc

2854     FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr);
2861 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call)
2862 << FixItHint::CreateReplacement(D.getCommaLoc(), ";")