reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1261   OutDiag.ID = InDiag.getID();
 1262   OutDiag.Level = InDiag.getLevel();
 1263   OutDiag.Message = InDiag.getMessage();
 1265   if (InDiag.getLocation().isInvalid())
 1267   const SourceManager &SM = InDiag.getLocation().getManager();
 1268   SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
 1273   for (const auto &Range : InDiag.getRanges())
 1275   for (const auto &FixIt : InDiag.getFixIts())