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

Declarations

tools/clang/include/clang/AST/APValue.h
  353   void swap(APValue &RHS);

References

tools/clang/include/clang/AST/APValue.h
  305   APValue(APValue &&RHS) : Kind(None) { swap(RHS); }
  594     swap(RHS);
tools/clang/lib/AST/ExprConstant.cpp
 2997     NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I));
 3002   Array.swap(NewValue);
 3414     Subobj.swap(NewVal);
11112       Val.swap(RHS.Val);
11163     FinalResult.swap(PrevResult.Val);