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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3492     TypoExprState &operator=(TypoExprState &&other) noexcept;

References

tools/clang/include/clang/Sema/SemaInternal.h
  319   *this = std::move(other);
usr/include/c++/7.4.0/bits/stl_pair.h
  397 	second = std::forward<second_type>(__p.second);