clang
3.9.0
|
Represents a C++ temporary. More...
#include <ExprCXX.h>
Public Member Functions | |
const CXXDestructorDecl * | getDestructor () const |
void | setDestructor (const CXXDestructorDecl *Dtor) |
Static Public Member Functions | |
static CXXTemporary * | Create (const ASTContext &C, const CXXDestructorDecl *Destructor) |
|
static |
Definition at line 704 of file ExprCXX.cpp.
Referenced by clang::Sema::MaybeBindToTemporary(), and clang::ASTReader::ReadCXXTemporary().
|
inline |
Definition at line 1099 of file ExprCXX.h.
Referenced by clang::ASTRecordWriter::AddCXXTemporary(), and clang::CFGImplicitDtor::getDestructorDecl().
|
inline |
Definition at line 1100 of file ExprCXX.h.
Referenced by clang::Sema::ActOnDecltypeExpression().