clang API Documentation
#include <CFG.h>


Public Member Functions | |
| CFGTemporaryDtor (CXXBindTemporaryExpr *expr) | |
| const CXXBindTemporaryExpr * | getBindTemporaryExpr () const |
Static Public Member Functions | |
| static bool | classof (const CFGElement *E) |
CFGTemporaryDtor - Represents C++ object destructor implicitly generated at the end of full expression for temporary object.
| clang::CFGTemporaryDtor::CFGTemporaryDtor | ( | CXXBindTemporaryExpr * | expr | ) | [inline] |
| static bool clang::CFGTemporaryDtor::classof | ( | const CFGElement * | E | ) | [inline, static] |
Reimplemented from clang::CFGImplicitDtor.
Definition at line 208 of file CFG.h.
References clang::CFGElement::getKind(), and clang::CFGElement::TemporaryDtor.
| const CXXBindTemporaryExpr* clang::CFGTemporaryDtor::getBindTemporaryExpr | ( | ) | const [inline] |
Definition at line 204 of file CFG.h.
References clang::CFGElement::Data1.