clang  5.0.0
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::SanitizerScope Class Reference

RAII object to set/unset CodeGenFunction::IsSanitizerScope. More...

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 SanitizerScope (CodeGenFunction *CGF)
 
 ~SanitizerScope ()
 

Detailed Description

RAII object to set/unset CodeGenFunction::IsSanitizerScope.

Definition at line 362 of file CodeGenFunction.h.

Constructor & Destructor Documentation

CodeGenFunction::SanitizerScope::SanitizerScope ( CodeGenFunction CGF)
CodeGenFunction::SanitizerScope::~SanitizerScope ( )

Definition at line 2083 of file CodeGenFunction.cpp.


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