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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  103   SymbolRef getOffset() const { return Offset; }
  106     return IteratorPosition(Cont, false, Offset);
  118     return IteratorPosition(NewCont, Valid, Offset);
  122     return Cont == X.Cont && Valid == X.Valid && Offset == X.Offset;
  122     return Cont == X.Cont && Valid == X.Valid && Offset == X.Offset;
  126     return Cont != X.Cont || Valid != X.Valid || Offset != X.Offset;
  126     return Cont != X.Cont || Valid != X.Valid || Offset != X.Offset;
  132     ID.Add(Offset);