clang  19.0.0git
Public Member Functions | List of all members
clang::TreeTransform< Derived >::TemporaryBase Class Reference

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

#include "/home/runner/work/llvm/llvm/repo/clang/lib/Sema/TreeTransform.h"

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 201 of file TreeTransform.h.

Constructor & Destructor Documentation

◆ TemporaryBase()

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

Definition at line 207 of file TreeTransform.h.

References clang::SourceLocation::isValid().

◆ ~TemporaryBase()

template<typename Derived >
clang::TreeTransform< Derived >::TemporaryBase::~TemporaryBase ( )
inline

Definition at line 216 of file TreeTransform.h.


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