clang 22.0.0git
clang::CodeGen::DisableDebugLocationUpdates Struct Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"

Public Member Functions

 DisableDebugLocationUpdates (CodeGenFunction &CGF)
 ~DisableDebugLocationUpdates ()
 DisableDebugLocationUpdates (const DisableDebugLocationUpdates &)=delete
DisableDebugLocationUpdatesoperator= (const DisableDebugLocationUpdates &)=delete

Public Attributes

CodeGenFunctionCGF

Detailed Description

Definition at line 456 of file CGCall.h.

Constructor & Destructor Documentation

◆ DisableDebugLocationUpdates() [1/2]

DisableDebugLocationUpdates::DisableDebugLocationUpdates ( CodeGenFunction & CGF)

Definition at line 6341 of file CGCall.cpp.

References CGF.

Referenced by DisableDebugLocationUpdates(), and operator=().

◆ ~DisableDebugLocationUpdates()

DisableDebugLocationUpdates::~DisableDebugLocationUpdates ( )

Definition at line 6346 of file CGCall.cpp.

References CGF.

◆ DisableDebugLocationUpdates() [2/2]

clang::CodeGen::DisableDebugLocationUpdates::DisableDebugLocationUpdates ( const DisableDebugLocationUpdates & )
delete

Member Function Documentation

◆ operator=()

DisableDebugLocationUpdates & clang::CodeGen::DisableDebugLocationUpdates::operator= ( const DisableDebugLocationUpdates & )
delete

Member Data Documentation

◆ CGF

CodeGenFunction& clang::CodeGen::DisableDebugLocationUpdates::CGF

Definition at line 457 of file CGCall.h.

Referenced by DisableDebugLocationUpdates(), and ~DisableDebugLocationUpdates().


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