clang API Documentation

Public Member Functions
clang::PseudoDestructorTypeStorage Class Reference

Structure used to store 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

Structure used to store the type being destroyed by a pseudo-destructor expression.

Definition at line 1700 of file ExprCXX.h.


Constructor & Destructor Documentation

clang::PseudoDestructorTypeStorage::PseudoDestructorTypeStorage ( ) [inline]

Definition at line 1709 of file ExprCXX.h.

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

Definition at line 1711 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: