class CodeGenFunction::InlinedInheritingConstructorScope

Declaration

class CodeGenFunction::InlinedInheritingConstructorScope { /* full declaration omitted */ };

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1662

Member Variables

private clang::CodeGen::CodeGenFunction& CGF
private clang::GlobalDecl OldCurGD
private const clang::Decl* OldCurFuncDecl
private const clang::Decl* OldCurCodeDecl
private clang::ImplicitParamDecl* OldCXXABIThisDecl
private llvm::Value* OldCXXABIThisValue
private llvm::Value* OldCXXThisValue
private clang::CharUnits OldCXXABIThisAlignment
private clang::CharUnits OldCXXThisAlignment
private clang::CodeGen::Address OldReturnValue
private clang::QualType OldFnRetTy
private clang::CodeGen::CallArgList OldCXXInheritedCtorInitExprArgs

Method Overview

Methods

InlinedInheritingConstructorScope(
    clang::CodeGen::CodeGenFunction& CGF,
    clang::GlobalDecl GD)

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1664

Parameters

clang::CodeGen::CodeGenFunction& CGF
clang::GlobalDecl GD

~InlinedInheritingConstructorScope()

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1687