reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
139 CGF.CXXABIThisAlignment = Layout.getAlignment(); 141 CGF.CXXABIThisAlignment = Layout.getNonVirtualAlignment();tools/clang/lib/CodeGen/CGCXXABI.h
59 return Address(CGF.CXXABIThisValue, CGF.CXXABIThisAlignment);
tools/clang/lib/CodeGen/CodeGenFunction.h1483 OldCXXABIThisAlignment(CGF.CXXABIThisAlignment), 1494 CGF.CXXABIThisAlignment = CharUnits(); 1507 CGF.CXXABIThisAlignment = OldCXXABIThisAlignment;