reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
709 swap(other); 747 swap(other);include/llvm/ADT/DenseSet.h
99 void swap(DenseSetImpl &RHS) { TheMap.swap(RHS.TheMap); }
lib/Analysis/ScalarEvolution.cpp7953 CurrentIterVals.swap(NextIterVals); 8017 CurrentIterVals.swap(NextIterVals);tools/clang/lib/AST/ItaniumMangle.cpp
4875 Substitutions.swap(Other->Substitutions);
tools/clang/lib/AST/MicrosoftMangle.cpp1327 FunArgBackReferences.swap(OuterFunArgsContext); 1328 TemplateArgBackReferences.swap(OuterTemplateArgsContext); 1336 FunArgBackReferences.swap(OuterFunArgsContext); 1337 TemplateArgBackReferences.swap(OuterTemplateArgsContext); 2781 FunArgBackReferences.swap(OuterFunArgsContext); 2782 TemplateArgBackReferences.swap(OuterTemplateArgsContext); 2806 FunArgBackReferences.swap(OuterFunArgsContext); 2807 TemplateArgBackReferences.swap(OuterTemplateArgsContext);tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
764 RL->NonVirtualBases.swap(Builder.NonVirtualBases); 765 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases); 768 RL->FieldInfo.swap(Builder.Fields); 771 RL->BitFields.swap(Builder.BitFields);tools/lldb/source/Symbol/ClangASTImporter.cpp
586 field_offsets.swap(pos->second.field_offsets); 587 base_offsets.swap(pos->second.base_offsets); 588 vbase_offsets.swap(pos->second.vbase_offsets);unittests/ADT/DenseMapTest.cpp
266 this->Map.swap(otherMap); 272 this->Map.swap(otherMap); 282 this->Map.swap(otherMap); 289 this->Map.swap(otherMap);