clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::LexicalScope Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Inheritance diagram for clang::CodeGen::CodeGenFunction::LexicalScope:
Inheritance graph
[legend]

Public Member Functions

 LexicalScope (CodeGenFunction &CGF, SourceRange Range)
 Enter a new cleanup scope.
 
void addLabel (const LabelDecl *label)
 
 ~LexicalScope ()
 Exit this cleanup scope, emitting any accumulated cleanups.
 
void ForceCleanup ()
 Force the emission of cleanups now, instead of waiting until this object is destroyed.
 
bool hasLabels () const
 
void rescopeLabels ()
 Change the cleanup scope of the labels in this lexical scope to match the scope of the enclosing context.
 
- Public Member Functions inherited from clang::CodeGen::CodeGenFunction::RunCleanupsScope
 RunCleanupsScope (CodeGenFunction &CGF)
 Enter a new cleanup scope.
 
 ~RunCleanupsScope ()
 Exit this cleanup scope, emitting any accumulated cleanups.
 
bool requiresCleanups () const
 Determine whether this scope requires any cleanups.
 
void ForceCleanup (std::initializer_list< llvm::Value ** > ValuesToReload={})
 Force the emission of cleanups now, instead of waiting until this object is destroyed.
 

Additional Inherited Members

- Protected Attributes inherited from clang::CodeGen::CodeGenFunction::RunCleanupsScope
bool PerformCleanup
 
CodeGenFunctionCGF
 

Detailed Description

Definition at line 985 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ LexicalScope()

clang::CodeGen::CodeGenFunction::LexicalScope::LexicalScope ( CodeGenFunction CGF,
SourceRange  Range 
)
inlineexplicit

◆ ~LexicalScope()

clang::CodeGen::CodeGenFunction::LexicalScope::~LexicalScope ( )
inline

Member Function Documentation

◆ addLabel()

void clang::CodeGen::CodeGenFunction::LexicalScope::addLabel ( const LabelDecl label)
inline

◆ ForceCleanup()

void clang::CodeGen::CodeGenFunction::LexicalScope::ForceCleanup ( )
inline

Force the emission of cleanups now, instead of waiting until this object is destroyed.

Definition at line 1023 of file CodeGenFunction.h.

References clang::CodeGen::CodeGenFunction::RunCleanupsScope::CGF, clang::CodeGen::CodeGenFunction::RunCleanupsScope::ForceCleanup(), and rescopeLabels().

Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), and ~LexicalScope().

◆ hasLabels()

bool clang::CodeGen::CodeGenFunction::LexicalScope::hasLabels ( ) const
inline

◆ rescopeLabels()

void CodeGenFunction::LexicalScope::rescopeLabels ( )

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