clang
8.0.0
|
Stores the type being destroyed by a pseudo-destructor expression. More...
#include "clang/AST/ExprCXX.h"
Public Member Functions | |
PseudoDestructorTypeStorage ()=default | |
PseudoDestructorTypeStorage (IdentifierInfo *II, SourceLocation Loc) | |
PseudoDestructorTypeStorage (TypeSourceInfo *Info) | |
TypeSourceInfo * | getTypeSourceInfo () 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 250 of file ExprCXX.cpp.
References clang::SourceRange::getBegin(), clang::TypeLoc::getLocalSourceRange(), and clang::TypeSourceInfo::getTypeLoc().
|
inline |
Definition at line 2255 of file ExprCXX.h.
Referenced by clang::CXXPseudoDestructorExpr::getDestroyedTypeIdentifier(), and clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr().
|
inline |
Definition at line 2259 of file ExprCXX.h.
Referenced by clang::CXXPseudoDestructorExpr::getDestroyedTypeLoc(), and clang::CXXPseudoDestructorExpr::getEndLoc().
|
inline |
Definition at line 2251 of file ExprCXX.h.
Referenced by clang::Sema::BuildPseudoDestructorExpr(), clang::CXXPseudoDestructorExpr::getDestroyedType(), clang::CXXPseudoDestructorExpr::getDestroyedTypeInfo(), clang::CXXPseudoDestructorExpr::getEndLoc(), and clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr().