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

References

tools/clang/include/clang/Sema/Lookup.h
  204     ResultKind = std::move(Other.ResultKind);
  205     Ambiguity = std::move(Other.Ambiguity);
  206     Decls = std::move(Other.Decls);
  207     Paths = std::move(Other.Paths);
  208     NamingClass = std::move(Other.NamingClass);
  209     BaseObjectType = std::move(Other.BaseObjectType);
  210     SemaPtr = std::move(Other.SemaPtr);
  211     NameInfo = std::move(Other.NameInfo);
  212     NameContextRange = std::move(Other.NameContextRange);
  213     LookupKind = std::move(Other.LookupKind);
  214     IDNS = std::move(Other.IDNS);
  215     Redecl = std::move(Other.Redecl);
  216     ExternalRedecl = std::move(Other.ExternalRedecl);
  217     HideTags = std::move(Other.HideTags);
  218     Diagnose = std::move(Other.Diagnose);
  219     AllowHidden = std::move(Other.AllowHidden);
  220     Shadowed = std::move(Other.Shadowed);
  221     TemplateNameLookup = std::move(Other.TemplateNameLookup);
  222     Other.Paths = nullptr;
  223     Other.Diagnose = false;