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/runner/work/llvm/llvm/repo/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 SanitizerScope (CodeGenFunction *CGF)
 
 ~SanitizerScope ()
 

Detailed Description

RAII object to set/unset CodeGenFunction::IsSanitizerScope.

Definition at line 581 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ SanitizerScope()

CodeGenFunction::SanitizerScope::SanitizerScope ( CodeGenFunction CGF)

◆ ~SanitizerScope()

CodeGenFunction::SanitizerScope::~SanitizerScope ( )

Definition at line 3021 of file CodeGenFunction.cpp.


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