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

References

tools/clang/lib/AST/MicrosoftCXXABI.cpp
  238   std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
  241   MPI.Width = Ptrs * PtrSize + Ints * IntSize;
  246   if (Ptrs + Ints > 1 && Target.getTriple().isArch32Bit())
  255     MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints * IntSize);