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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  862   CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);

References

tools/clang/lib/CodeGen/CGClass.cpp
  119     CXXThisAlignment = CGM.getClassPointerAlignment(RD);
  310   CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived);
  432   return Address(Value, CGM.getClassPointerAlignment(Derived));
tools/clang/lib/CodeGen/CGVTables.cpp
   91   auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl);
  200   Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent()));
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  142       Alignment = CGM.getClassPointerAlignment(RD);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 4214   CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD);