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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  503       ExpectedLoc = Pos;
  516           ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
  521           ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
  545           ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
  548           ExpectedLoc = SM.translateFileLineCol(FE, 1, 1);
  552         ExpectedLoc = SourceLocation();
  555       if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) {
  634       attachDirective(Diags, D, ExpectedLoc, MatchAnyLine);