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.
 
 ~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 6786 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 1262 of file SemaExprCXX.cpp.

References clang::Sema::Context, clang::Sema::CXXThisTypeOverride, clang::Sema::getASTContext(), clang::ASTContext::getLangOpts(), clang::ASTContext::getPointerType(), clang::ASTContext::getQualifiedType(), and clang::ASTContext::getRecordType().

◆ ~CXXThisScopeRAII()

Sema::CXXThisScopeRAII::~CXXThisScopeRAII ( )

Definition at line 1287 of file SemaExprCXX.cpp.

References clang::Sema::CXXThisTypeOverride.


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