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

References

tools/clang/tools/extra/clang-doc/Representation.h
   56         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   56         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   56         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   56         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   57                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   57                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   57                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   60     if (FirstCI != SecondCI || Children.size() != Other.Children.size())
   63     return std::equal(Children.begin(), Children.end(), Other.Children.begin(),