clang API Documentation

Public Member Functions | Friends
clang::CFGTemporaryDtor Class Reference

#include <CFG.h>

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

List of all members.

Public Member Functions

 CFGTemporaryDtor (CXXBindTemporaryExpr *expr)
const CXXBindTemporaryExprgetBindTemporaryExpr () const

Friends

class CFGElement

Detailed Description

CFGTemporaryDtor - Represents C++ object destructor implicitly generated at the end of full expression for temporary object.

Definition at line 281 of file CFG.h.


Constructor & Destructor Documentation

Definition at line 283 of file CFG.h.


Member Function Documentation


Friends And Related Function Documentation

friend class CFGElement [friend]

Reimplemented from clang::CFGImplicitDtor.

Definition at line 291 of file CFG.h.


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