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

References

tools/clang/include/clang/Basic/Diagnostic.h
  327       CurDiagStateLoc = SourceLocation();
  338     SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; }
tools/clang/lib/Basic/Diagnostic.cpp
  166   CurDiagStateLoc = SourceLocation();
  173   CurDiagStateLoc = Loc;
  248   CurDiagStateLoc.print(llvm::errs(), SrcMgr);
tools/clang/lib/Serialization/ASTReader.cpp
 6284       Diag.DiagStatesByLoc.CurDiagStateLoc = CurStateLoc;
tools/clang/lib/Serialization/ASTWriter.cpp
 3182   AddSourceLocation(Diag.DiagStatesByLoc.CurDiagStateLoc, Record);