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
   25   QualType to() const { return To; }
   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;
   43     ID.Add(To);