class CFGMemberDtor

Declaration

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

Description

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

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

Inherits from: CFGImplicitDtor

Member Variables

Inherited from CFGElement:

protected Data1
protected Data2

Method Overview

Inherited from CFGImplicitDtor:

Inherited from CFGElement:

Methods

CFGMemberDtor(const clang::FieldDecl* field)

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

Parameters

const clang::FieldDecl* field

CFGMemberDtor()

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

const clang::FieldDecl* getFieldDecl() const

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

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

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

Parameters

const clang::CFGElement& E