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

Class to manage the BuiltinID for the current builtin expression during processing in EmitBuiltinExpr. More...

#include "/home/runner/work/llvm/llvm/repo/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 CurrentBuiltinIDRAII (CodeGenFunction &CGF, unsigned BuiltinID)
 
 ~CurrentBuiltinIDRAII ()
 

Detailed Description

Class to manage the BuiltinID for the current builtin expression during processing in EmitBuiltinExpr.

Definition at line 1747 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ CurrentBuiltinIDRAII()

clang::CodeGen::CodeGenFunction::CurrentBuiltinIDRAII::CurrentBuiltinIDRAII ( CodeGenFunction CGF,
unsigned  BuiltinID 
)
inline

Definition at line 1752 of file CodeGenFunction.h.

◆ ~CurrentBuiltinIDRAII()

clang::CodeGen::CodeGenFunction::CurrentBuiltinIDRAII::~CurrentBuiltinIDRAII ( )
inline

Definition at line 1756 of file CodeGenFunction.h.


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