Home | History | Annotate | Download | only in Frontend

Lines Matching refs:InDiag

1299                          const StoredDiagnostic &InDiag) {
1301 OutDiag.ID = InDiag.getID();
1302 OutDiag.Level = InDiag.getLevel();
1303 OutDiag.Message = InDiag.getMessage();
1305 if (InDiag.getLocation().isInvalid())
1307 const SourceManager &SM = InDiag.getLocation().getManager();
1308 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
1313 for (const CharSourceRange &Range : InDiag.getRanges())
1315 for (const FixItHint &FixIt : InDiag.getFixIts())