clang API Documentation

Public Member Functions | Static Public Member Functions
clang::CFGMemberDtor Class Reference

#include <CFG.h>

Inheritance diagram for clang::CFGMemberDtor:
Inheritance graph
[legend]
Collaboration diagram for clang::CFGMemberDtor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CFGMemberDtor (const FieldDecl *field)
const FieldDeclgetFieldDecl () const

Static Public Member Functions

static bool classof (const CFGElement *E)

Detailed Description

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

Definition at line 183 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGMemberDtor::CFGMemberDtor ( const FieldDecl field) [inline]

Definition at line 185 of file CFG.h.


Member Function Documentation

static bool clang::CFGMemberDtor::classof ( const CFGElement E) [inline, static]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 192 of file CFG.h.

References clang::CFGElement::getKind(), and clang::CFGElement::MemberDtor.

const FieldDecl* clang::CFGMemberDtor::getFieldDecl ( ) const [inline]

Definition at line 188 of file CFG.h.

References clang::CFGElement::Data1.


The documentation for this class was generated from the following file: