reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1435 : CGF(CGF), OldCXXThisValue(CGF.CXXThisValue), 1435 : CGF(CGF), OldCXXThisValue(CGF.CXXThisValue), 1436 OldCXXThisAlignment(CGF.CXXThisAlignment), 1437 SourceLocScope(E, CGF.CurSourceLocExprScope) { 1438 CGF.CXXThisValue = CGF.CXXDefaultInitExprThis.getPointer(); 1438 CGF.CXXThisValue = CGF.CXXDefaultInitExprThis.getPointer(); 1439 CGF.CXXThisAlignment = CGF.CXXDefaultInitExprThis.getAlignment(); 1439 CGF.CXXThisAlignment = CGF.CXXDefaultInitExprThis.getAlignment();