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

Definitions

include/llvm/ADT/DenseMap.h
  743   DenseMap& operator=(DenseMap &&other) {
include/llvm/Support/ErrorOr.h
  141   ErrorOr &operator=(ErrorOr &&Other) {
tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
   90   CachedFileSystemEntry &operator=(CachedFileSystemEntry &&) = default;
   96   llvm::ErrorOr<llvm::vfs::Status> MaybeStat;
  101   llvm::SmallString<1> Contents;
  102   PreprocessorSkippedRangeMapping PPSkippedRangeMapping;