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

Declarations

include/llvm/ADT/SmallVector.h
  380   void swap(SmallVectorImpl &RHS);

References

include/llvm/ADT/IntervalMap.h
 1264     Refs.swap(NextRefs);
include/llvm/ADT/SmallVector.h
  918     LHS.swap(RHS);
  925     LHS.swap(RHS);
include/llvm/CodeGen/CallingConvLower.h
  561     TmpArgLocs.swap(Locs);
lib/Analysis/LazyCallGraph.cpp
  743   Worklist.swap(OldSCC.Nodes);
lib/CodeGen/LiveIntervals.cpp
  492   li->segments.swap(NewLR.segments);
  590   SR.segments.swap(NewLR.segments);
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1869       IntermedVals.swap(NewIntermedVals);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9000     RetTys.swap(OldRetTys);
 9001     Offsets.swap(OldOffsets);
lib/Support/FileCollector.cpp
   60   Result.swap(RealPath);
lib/Support/Path.cpp
  519   Path.swap(NewPath);
  724   path.swap(result);
  752       ModelStorage.swap(TDir);
  874     path.swap(current_dir);
  883     path.swap(curDirRootName);
  895     path.swap(res);
tools/clang/include/clang/Sema/Sema.h
 8212       SavedVTableUses.swap(S.VTableUses);
 8228       S.VTableUses.swap(SavedVTableUses);
11566       SavedOverridingExceptionSpecChecks.swap(
11568       SavedEquivalentExceptionSpecChecks.swap(
11570       SavedDllExportClasses.swap(S.DelayedDllExportClasses);
tools/clang/lib/AST/MicrosoftMangle.cpp
 1326   NameBackReferences.swap(OuterTemplateContext);
 1335   NameBackReferences.swap(OuterTemplateContext);
 2783   NameBackReferences.swap(OuterTemplateContext);
 2808   NameBackReferences.swap(OuterTemplateContext);
tools/clang/lib/Frontend/ASTUnit.cpp
 1230   FailedParseDiagnostics.swap(StoredDiagnostics);
 1782   AST->StoredDiagnostics.swap(StoredDiagnostics);
 1816       AST->StoredDiagnostics.swap(AST->FailedParseDiagnostics);
 2408   Result.swap(Out);
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  179   Result.swap(RealPath);
tools/clang/lib/Lex/PPMacroExpansion.cpp
  936     ArgTokens.swap(FixedArgTokens);
tools/clang/lib/Sema/SemaTemplate.cpp
10324   LPT->Toks.swap(Toks);
tools/clang/lib/Serialization/ASTReader.cpp
 3423       F.PreloadSLocEntries.swap(Record);
 3556       F.ObjCCategories.swap(Record);
 3587       FPPragmaOptions.swap(Record);
 4705         F->PragmaDiagMappings.swap(Record);
 9914       GlobalIDs.swap(PendingMacroIDs.begin()[I].second);
tools/lldb/include/lldb/Utility/RangeMap.h
  204         m_entries.swap(minimal_ranges);
  688       m_entries.swap(minimal_ranges);
tools/llvm-rc/ResourceFileWriter.cpp
  173     Result.swap(Chars);
unittests/Support/FileCollectorTest.cpp
   57       Path.swap(RealPath);