class CFGBaseDtor

Declaration

class CFGBaseDtor : public CFGImplicitDtor { /* full declaration omitted */ };

Description

Represents C++ object destructor implicitly generated for base object in destructor.

Declared at: clang/include/clang/Analysis/CFG.h:441

Inherits from: CFGImplicitDtor

Member Variables

Inherited from CFGElement:

protected Data1
protected Data2

Method Overview

Inherited from CFGImplicitDtor:

Inherited from CFGElement:

Methods

CFGBaseDtor(const clang::CXXBaseSpecifier* base)

Declared at: clang/include/clang/Analysis/CFG.h:443

Parameters

const clang::CXXBaseSpecifier* base

CFGBaseDtor()

Declared at: clang/include/clang/Analysis/CFG.h:453

const clang::CXXBaseSpecifier* getBaseSpecifier()
    const

Declared at: clang/include/clang/Analysis/CFG.h:446

static bool isKind(const clang::CFGElement& E)

Declared at: clang/include/clang/Analysis/CFG.h:455

Parameters

const clang::CFGElement& E