Home | History | Annotate | Download | only in Lex

Lines Matching defs:EndLoc

2517     SourceLocation EndLoc = getSourceLocation(BufferEnd);
2524 if (!Diags.isIgnored(diag::warn_cxx98_compat_no_newline_eof, EndLoc)) {
2534 << FixItHint::CreateInsertion(EndLoc, "\n");