Lines Matching defs:InDiag
720 const StoredDiagnostic &InDiag);
1296 const StoredDiagnostic &InDiag) {
1298 OutDiag.ID = InDiag.getID();
1299 OutDiag.Level = InDiag.getLevel();
1300 OutDiag.Message = std::string(InDiag.getMessage());
1302 if (InDiag.getLocation().isInvalid())
1304 const SourceManager &SM = InDiag.getLocation().getManager();
1305 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
1310 for (const auto &Range : InDiag.getRanges())
1312 for (const auto &FixIt : InDiag.getFixIts())