clang API Documentation

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

Friends

class CFGElement

Detailed Description

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

Definition at line 262 of file CFG.h.


Constructor & Destructor Documentation

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

Definition at line 264 of file CFG.h.


Member Function Documentation

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

Definition at line 267 of file CFG.h.

References clang::CFGElement::Data1.

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


Friends And Related Function Documentation

friend class CFGElement [friend]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 272 of file CFG.h.


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