Lines Matching defs:InDiag
724 const StoredDiagnostic &InDiag);
1300 const StoredDiagnostic &InDiag) {
1302 OutDiag.ID = InDiag.getID();
1303 OutDiag.Level = InDiag.getLevel();
1304 OutDiag.Message = std::string(InDiag.getMessage());
1306 if (InDiag.getLocation().isInvalid())
1308 const SourceManager &SM = InDiag.getLocation().getManager();
1309 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
1314 for (const auto &Range : InDiag.getRanges())
1316 for (const auto &FixIt : InDiag.getFixIts())