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

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

#include <ExprCXX.h>

Public Member Functions

 PseudoDestructorTypeStorage ()
 
 PseudoDestructorTypeStorage (IdentifierInfo *II, SourceLocation Loc)
 
 PseudoDestructorTypeStorage (TypeSourceInfo *Info)
 
TypeSourceInfogetTypeSourceInfo () const
 
IdentifierInfogetIdentifier () const
 
SourceLocation getLocation () const
 

Detailed Description

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

Definition at line 2078 of file ExprCXX.h.

Constructor & Destructor Documentation

clang::PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( )
inline

Definition at line 2087 of file ExprCXX.h.

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

Definition at line 2089 of file ExprCXX.h.

PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( TypeSourceInfo Info)

Member Function Documentation

IdentifierInfo* clang::PseudoDestructorTypeStorage::getIdentifier ( ) const
inline
SourceLocation clang::PseudoDestructorTypeStorage::getLocation ( ) const
inline
TypeSourceInfo* clang::PseudoDestructorTypeStorage::getTypeSourceInfo ( ) const
inline

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