class SimpleConstructorInitializerConstructionContext

Declaration

class SimpleConstructorInitializerConstructionContext
    : public ConstructorInitializerConstructionContext { /* full declaration omitted */ };

Description

Represents construction into a field or a base class within a bigger object via a constructor initializer, eg. T(): field(123) { ... }.

Declared at: clang/include/clang/Analysis/ConstructionContext.h:414

Inherits from: ConstructorInitializerConstructionContext

Member Variables

Inherited from ConstructionContext:

protected K

Method Overview

Inherited from ConstructorInitializerConstructionContext:

Inherited from ConstructionContext:

Methods

SimpleConstructorInitializerConstructionContext(
    const clang::CXXCtorInitializer* I)

Declared at: clang/include/clang/Analysis/ConstructionContext.h:418

Parameters

const clang::CXXCtorInitializer* I

static bool classof(
    const clang::ConstructionContext* CC)

Declared at: clang/include/clang/Analysis/ConstructionContext.h:424

Parameters

const clang::ConstructionContext* CC