clang
9.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 929 of file ExprCXX.cpp.
References clang::C.
Referenced by clang::Sema::MaybeBindToTemporary(), clang::ASTReader::ReadCXXTemporary(), and clang::ASTNodeImporter::VisitCXXBindTemporaryExpr().
|
inline |
Definition at line 1261 of file ExprCXX.h.
Referenced by clang::ASTRecordWriter::AddCXXTemporary(), DecodeOperatorCall(), clang::CFGImplicitDtor::getDestructorDecl(), clang::JSONNodeDumper::VisitCXXBindTemporaryExpr(), and clang::ASTNodeImporter::VisitCXXBindTemporaryExpr().
|
inline |