clang  3.7.0
Public Member Functions | Public Attributes | List of all members
DisableDebugLocationUpdates Struct Reference
Collaboration diagram for DisableDebugLocationUpdates:
[legend]

Public Member Functions

 DisableDebugLocationUpdates (CodeGenFunction &CGF, const Expr *E)
 
 ~DisableDebugLocationUpdates ()
 

Public Attributes

CodeGenFunctionCGF
 
bool disabledDebugInfo
 

Detailed Description

Definition at line 2870 of file CGCall.cpp.

Constructor & Destructor Documentation

DisableDebugLocationUpdates::DisableDebugLocationUpdates ( CodeGenFunction CGF,
const Expr E 
)
inline
DisableDebugLocationUpdates::~DisableDebugLocationUpdates ( )
inline

Definition at line 2877 of file CGCall.cpp.

References clang::CodeGen::CodeGenFunction::enableDebugInfo().

Member Data Documentation

CodeGenFunction& DisableDebugLocationUpdates::CGF

Definition at line 2871 of file CGCall.cpp.

bool DisableDebugLocationUpdates::disabledDebugInfo

Definition at line 2872 of file CGCall.cpp.


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