clang API Documentation

Public Member Functions
clang::TreeTransform< Derived >::TemporaryBase Class Reference

RAII object that temporarily sets the base location and entity used for reporting diagnostics in types. More...

#include <TreeTransform.h>

List of all members.

Public Member Functions

 TemporaryBase (TreeTransform &Self, SourceLocation Location, DeclarationName Entity)
 ~TemporaryBase ()

Detailed Description

template<typename Derived>
class clang::TreeTransform< Derived >::TemporaryBase

RAII object that temporarily sets the base location and entity used for reporting diagnostics in types.

Definition at line 174 of file TreeTransform.h.


Constructor & Destructor Documentation

template<typename Derived>
clang::TreeTransform< Derived >::TemporaryBase::TemporaryBase ( TreeTransform Self,
SourceLocation  Location,
DeclarationName  Entity 
) [inline]
template<typename Derived>
clang::TreeTransform< Derived >::TemporaryBase::~TemporaryBase ( ) [inline]

Definition at line 189 of file TreeTransform.h.


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