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

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  188     assert(K == SingleLocK || Loc.isValid());
  196     assert(Loc.isValid());
  205     assert(Loc.isValid());
  290     return K == X.K && Loc == X.Loc && Range == X.Range;
  290     return K == X.K && Loc == X.Loc && Range == X.Range;
  302     return Loc;
tools/clang/lib/Analysis/PathDiagnostic.cpp
  759       return PathDiagnosticRange(SourceRange(Loc,Loc), true);
  759       return PathDiagnosticRange(SourceRange(Loc,Loc), true);
  810   return SourceRange(Loc, Loc);
  810   return SourceRange(Loc, Loc);
 1072   ID.AddInteger(Loc.getRawEncoding());