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/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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 199 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 205 of file TreeTransform.h.

References clang::SourceLocation::isValid().

◆ ~TemporaryBase()

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

Definition at line 214 of file TreeTransform.h.


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