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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
   35   Mapping &operator=(Mapping &&Other) = default;
   39     DstToSrc = std::make_unique<NodeId[]>(Size);
   43     SrcToDst[Src] = Dst, DstToSrc[Dst] = Src;
   47   NodeId getSrc(NodeId Dst) const { return DstToSrc[Dst]; }