clang 20.0.0git
|
Stores the type being destroyed by a pseudo-destructor expression. More...
#include "clang/AST/ExprCXX.h"
Public Member Functions | |
PseudoDestructorTypeStorage ()=default | |
PseudoDestructorTypeStorage (const IdentifierInfo *II, SourceLocation Loc) | |
PseudoDestructorTypeStorage (TypeSourceInfo *Info) | |
TypeSourceInfo * | getTypeSourceInfo () const |
const IdentifierInfo * | getIdentifier () const |
SourceLocation | getLocation () const |
Stores the type being destroyed by a pseudo-destructor expression.
|
default |
|
inline |
PseudoDestructorTypeStorage::PseudoDestructorTypeStorage | ( | TypeSourceInfo * | Info | ) |
Definition at line 366 of file ExprCXX.cpp.
References clang::TypeLoc::getBeginLoc(), and clang::TypeSourceInfo::getTypeLoc().
|
inline |
Definition at line 2585 of file ExprCXX.h.
Referenced by clang::CXXPseudoDestructorExpr::getDestroyedTypeIdentifier(), and clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr().
|
inline |
Definition at line 2589 of file ExprCXX.h.
Referenced by clang::CXXPseudoDestructorExpr::getDestroyedTypeLoc(), clang::CXXPseudoDestructorExpr::getEndLoc(), and clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr().
|
inline |
Definition at line 2581 of file ExprCXX.h.
Referenced by clang::Sema::BuildPseudoDestructorExpr(), clang::CXXPseudoDestructorExpr::getDestroyedType(), clang::CXXPseudoDestructorExpr::getDestroyedTypeInfo(), clang::CXXPseudoDestructorExpr::getEndLoc(), and clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr().