clang API Documentation

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

#include <CFG.h>

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

List of all members.

Public Member Functions

 CFGBaseDtor (const CXXBaseSpecifier *base)
const CXXBaseSpecifiergetBaseSpecifier () const

Static Public Member Functions

static bool classof (const CFGElement *E)

Detailed Description

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

Definition at line 167 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGBaseDtor::CFGBaseDtor ( const CXXBaseSpecifier base) [inline]

Definition at line 169 of file CFG.h.


Member Function Documentation

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

Reimplemented from clang::CFGImplicitDtor.

Definition at line 176 of file CFG.h.

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

const CXXBaseSpecifier* clang::CFGBaseDtor::getBaseSpecifier ( ) const [inline]

Definition at line 172 of file CFG.h.

References clang::CFGElement::Data1.


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