clang  19.0.0git
Public Member Functions | List of all members
clang::Sema::CXXThisScopeRAII Class Reference

RAII object used to temporarily allow the C++ 'this' expression to be used, with the given qualifiers on the current class type. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 CXXThisScopeRAII (Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals, bool Enabled=true)
 Introduce a new scope where 'this' may be allowed (when enabled), using the given declaration (which is either a class template or a class) along with the given qualifiers. More...
 
 ~CXXThisScopeRAII ()
 

Detailed Description

RAII object used to temporarily allow the C++ 'this' expression to be used, with the given qualifiers on the current class type.

Definition at line 6674 of file Sema.h.

Constructor & Destructor Documentation

◆ CXXThisScopeRAII()

Sema::CXXThisScopeRAII::CXXThisScopeRAII ( Sema S,
Decl ContextDecl,
Qualifiers  CXXThisTypeQuals,
bool  Enabled = true 
)

Introduce a new scope where 'this' may be allowed (when enabled), using the given declaration (which is either a class template or a class) along with the given qualifiers.

along with the qualifiers placed on '*this'.

Definition at line 1269 of file SemaExprCXX.cpp.

◆ ~CXXThisScopeRAII()

Sema::CXXThisScopeRAII::~CXXThisScopeRAII ( )

Definition at line 1294 of file SemaExprCXX.cpp.


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