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

References

tools/clang/lib/AST/ASTContext.cpp
 2077     Width = MPI.Width;
tools/clang/lib/AST/ItaniumCXXABI.cpp
  198     MPI.Width = Target.getTypeWidth(PtrDiff);
  202       MPI.Width *= 2;
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  241   MPI.Width = Ptrs * PtrSize + Ints * IntSize;
  254     MPI.Width = llvm::alignTo(MPI.Width, MPI.Align);
  254     MPI.Width = llvm::alignTo(MPI.Width, MPI.Align);
  255     MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints * IntSize);