clang API Documentation

Public Member Functions | Friends
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

Friends

class CFGElement

Detailed Description

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

Definition at line 243 of file CFG.h.


Constructor & Destructor Documentation

Definition at line 245 of file CFG.h.


Member Function Documentation

Definition at line 248 of file CFG.h.

References clang::CFGElement::Data1.

Referenced by clang::ento::ExprEngine::ProcessBaseDtor().


Friends And Related Function Documentation

friend class CFGElement [friend]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 253 of file CFG.h.


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