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

References

include/llvm/ADT/DenseMap.h
  888     swap(other);
  984     swap(other);
tools/clang/lib/AST/CXXInheritance.cpp
   83   ClassSubobjects.swap(Other.ClassSubobjects);
unittests/ADT/DenseMapTest.cpp
  266   this->Map.swap(otherMap);
  272   this->Map.swap(otherMap);
  282   this->Map.swap(otherMap);
  289   this->Map.swap(otherMap);