clang API Documentation

Public Member Functions
clang::PseudoDestructorTypeStorage Class Reference

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

#include <ExprCXX.h>

List of all members.

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 1876 of file ExprCXX.h.


Constructor & Destructor Documentation

Definition at line 1885 of file ExprCXX.h.

Definition at line 1887 of file ExprCXX.h.


Member Function Documentation


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