clang API Documentation

Public Member Functions | Friends
clang::CFGAutomaticObjDtor Class Reference

#include <CFG.h>

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

List of all members.

Public Member Functions

 CFGAutomaticObjDtor (const VarDecl *var, const Stmt *stmt)
const VarDeclgetVarDecl () const
const StmtgetTriggerStmt () const

Friends

class CFGElement

Detailed Description

CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated for automatic object or temporary bound to const reference at the point of leaving its local scope.

Definition at line 194 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGAutomaticObjDtor::CFGAutomaticObjDtor ( const VarDecl var,
const Stmt stmt 
) [inline]

Definition at line 196 of file CFG.h.


Member Function Documentation


Friends And Related Function Documentation

friend class CFGElement [friend]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 209 of file CFG.h.


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