clang
3.7.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 783 of file ExprCXX.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::MaybeBindToTemporary(), and clang::ASTReader::ReadCXXTemporary().
|
inline |
Definition at line 1012 of file ExprCXX.h.
Referenced by clang::ASTWriter::AddCXXTemporary(), and clang::CFGImplicitDtor::getDestructorDecl().
|
inline |
Definition at line 1013 of file ExprCXX.h.
Referenced by clang::Sema::ActOnDecltypeExpression().