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

References

tools/clang/tools/extra/clang-doc/Representation.h
   75         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   75         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   75         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   75         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   76                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   76                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   76                  Other.ParamName, Other.CloseName, Other.SelfClosing,
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   84           Children.begin(), Children.end(), Other.Children.begin(),
   85           Other.Children.end(), llvm::deref<std::less<>>());