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

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
  122   const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
  131   CGF.CXXABIThisDecl = ThisDecl;
  135   auto &Layout = CGF.getContext().getASTRecordLayout(MD->getParent());
  138       !isThisCompleteObject(CGF.CurGD)) {
  139     CGF.CXXABIThisAlignment = Layout.getAlignment();
  141     CGF.CXXABIThisAlignment = Layout.getNonVirtualAlignment();