clang API Documentation

Public Member Functions
clang::CodeGen::NoLocation Class Reference

#include <CGDebugInfo.h>

Inheritance diagram for clang::CodeGen::NoLocation:
Inheritance graph
[legend]
Collaboration diagram for clang::CodeGen::NoLocation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NoLocation (CodeGenFunction &CGF, CGBuilderTy &B)
 ~NoLocation ()
 Autorestore everything back to normal.

Detailed Description

NoLocation - An RAII object that temporarily disables debug locations. This is useful for emitting instructions that should be counted towards the function prologue.

Definition at line 468 of file CGDebugInfo.h.


Constructor & Destructor Documentation

Autorestore everything back to normal.

Definition at line 75 of file CGDebugInfo.cpp.

References clang::CodeGen::SaveAndRestoreLocation::Builder, and clang::CodeGen::SaveAndRestoreLocation::DI.


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