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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
   24   QualType from() const { return From; }
   28     return From == from && To == to;
   35     return From == RHS.From && To == RHS.To;
   35     return From == RHS.From && To == RHS.To;
   38     return From < RHS.From && To < RHS.To;
   38     return From < RHS.From && To < RHS.To;
   42     ID.Add(From);