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

References

lib/CodeGen/LiveDebugValues.cpp
  155     const DILocalVariable *getVar() const { return Variable; }
  168       return std::tie(Variable, Fragment, InlinedAt) ==
  169              std::tie(Other.Variable, Other.Fragment, Other.InlinedAt);
  173       return std::tie(Variable, Fragment, InlinedAt) <
  174              std::tie(Other.Variable, Other.Fragment, Other.InlinedAt);