|
clang
5.0.0
|
Represents a C++ temporary. More...
#include "clang/AST/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 720 of file ExprCXX.cpp.
Referenced by clang::Sema::MaybeBindToTemporary(), clang::ASTReader::ReadCXXTemporary(), and clang::ASTNodeImporter::VisitCXXBindTemporaryExpr().
|
inline |
Definition at line 1114 of file ExprCXX.h.
Referenced by clang::ASTRecordWriter::AddCXXTemporary(), clang::CFGImplicitDtor::getDestructorDecl(), and clang::ASTNodeImporter::VisitCXXBindTemporaryExpr().
|
inline |
Definition at line 1115 of file ExprCXX.h.
Referenced by clang::Sema::ActOnDecltypeExpression().
1.8.6