clang 20.0.0git
|
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 1093 of file ExprCXX.cpp.
References clang::C.
Referenced by clang::Sema::MaybeBindToTemporary(), clang::ASTReader::ReadCXXTemporary(), and clang::ASTNodeImporter::VisitCXXBindTemporaryExpr().
|
inline |
Definition at line 1468 of file ExprCXX.h.
Referenced by clang::ASTRecordWriter::AddCXXTemporary(), clang::CFGImplicitDtor::getDestructorDecl(), and clang::JSONNodeDumper::VisitCXXBindTemporaryExpr().
|
inline |
Definition at line 1470 of file ExprCXX.h.
Referenced by clang::Sema::ActOnDecltypeExpression().