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

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

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

Public Member Functions

 SanitizerScope (CodeGenFunction *CGF)
 
 ~SanitizerScope ()
 

Detailed Description

RAII object to set/unset CodeGenFunction::IsSanitizerScope.

Definition at line 576 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ SanitizerScope()

CodeGenFunction::SanitizerScope::SanitizerScope ( CodeGenFunction CGF)

◆ ~SanitizerScope()

CodeGenFunction::SanitizerScope::~SanitizerScope ( )

Definition at line 2610 of file CodeGenFunction.cpp.


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