clang 19.0.0git
Public Member Functions | List of all members
clang::PseudoDestructorTypeStorage Class Reference

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)
 
TypeSourceInfogetTypeSourceInfo () const
 
const IdentifierInfogetIdentifier () const
 
SourceLocation getLocation () const
 

Detailed Description

Stores the type being destroyed by a pseudo-destructor expression.

Definition at line 2559 of file ExprCXX.h.

Constructor & Destructor Documentation

◆ PseudoDestructorTypeStorage() [1/3]

clang::PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( )
default

◆ PseudoDestructorTypeStorage() [2/3]

clang::PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( const IdentifierInfo II,
SourceLocation  Loc 
)
inline

Definition at line 2570 of file ExprCXX.h.

◆ PseudoDestructorTypeStorage() [3/3]

PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( TypeSourceInfo Info)

Member Function Documentation

◆ getIdentifier()

const IdentifierInfo * clang::PseudoDestructorTypeStorage::getIdentifier ( ) const
inline

◆ getLocation()

SourceLocation clang::PseudoDestructorTypeStorage::getLocation ( ) const
inline

◆ getTypeSourceInfo()

TypeSourceInfo * clang::PseudoDestructorTypeStorage::getTypeSourceInfo ( ) const
inline

The documentation for this class was generated from the following files: