clang API Documentation

Public Member Functions | Friends
clang::CFGDeleteDtor Class Reference

#include <CFG.h>

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

List of all members.

Public Member Functions

 CFGDeleteDtor (const CXXRecordDecl *RD, const CXXDeleteExpr *DE)
const CXXRecordDeclgetCXXRecordDecl () const
const CXXDeleteExprgetDeleteExpr () const

Friends

class CFGElement

Detailed Description

CFGDeleteDtor - Represents C++ object destructor generated from a call to delete.

Definition at line 218 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGDeleteDtor::CFGDeleteDtor ( const CXXRecordDecl RD,
const CXXDeleteExpr DE 
) [inline]

Definition at line 220 of file CFG.h.


Member Function Documentation

Definition at line 223 of file CFG.h.

References clang::CFGElement::Data1.

Definition at line 228 of file CFG.h.

References clang::CFGElement::Data2.

Referenced by getLocationForCaller(), and clang::ento::ExprEngine::ProcessDeleteDtor().


Friends And Related Function Documentation

friend class CFGElement [friend]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 234 of file CFG.h.


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