clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::Sema::ConstraintEvalRAII< InstTy > Struct Template Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 ConstraintEvalRAII (InstTy &TI)
 
 ~ConstraintEvalRAII ()
 

Public Attributes

InstTy & TI
 
bool OldValue
 

Detailed Description

template<typename InstTy>
struct clang::Sema::ConstraintEvalRAII< InstTy >

Definition at line 10388 of file Sema.h.

Constructor & Destructor Documentation

◆ ConstraintEvalRAII()

template<typename InstTy >
clang::Sema::ConstraintEvalRAII< InstTy >::ConstraintEvalRAII ( InstTy &  TI)
inline

Definition at line 10392 of file Sema.h.

◆ ~ConstraintEvalRAII()

template<typename InstTy >
clang::Sema::ConstraintEvalRAII< InstTy >::~ConstraintEvalRAII ( )
inline

Definition at line 10396 of file Sema.h.

Member Data Documentation

◆ OldValue

template<typename InstTy >
bool clang::Sema::ConstraintEvalRAII< InstTy >::OldValue

Definition at line 10390 of file Sema.h.

◆ TI

template<typename InstTy >
InstTy& clang::Sema::ConstraintEvalRAII< InstTy >::TI

Definition at line 10389 of file Sema.h.


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