clang 22.0.0git
clang::Sema::ConstraintEvalRAII< InstTy > Struct Template Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 ConstraintEvalRAII (InstTy &TI)
 ~ConstraintEvalRAII ()
 ConstraintEvalRAII (const ConstraintEvalRAII &)=delete
ConstraintEvalRAIIoperator= (const ConstraintEvalRAII &)=delete

Public Attributes

InstTy & TI
bool OldValue

Detailed Description

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

Definition at line 13765 of file Sema.h.

Constructor & Destructor Documentation

◆ ConstraintEvalRAII() [1/2]

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

Definition at line 13769 of file Sema.h.

References OldValue, and TI.

Referenced by ConstraintEvalRAII(), and operator=().

◆ ~ConstraintEvalRAII()

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

Definition at line 13773 of file Sema.h.

References OldValue, and TI.

◆ ConstraintEvalRAII() [2/2]

template<typename InstTy>
clang::Sema::ConstraintEvalRAII< InstTy >::ConstraintEvalRAII ( const ConstraintEvalRAII< InstTy > & )
delete

References ConstraintEvalRAII().

Member Function Documentation

◆ operator=()

template<typename InstTy>
ConstraintEvalRAII & clang::Sema::ConstraintEvalRAII< InstTy >::operator= ( const ConstraintEvalRAII< InstTy > & )
delete

References ConstraintEvalRAII().

Member Data Documentation

◆ OldValue

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

Definition at line 13767 of file Sema.h.

Referenced by ConstraintEvalRAII(), and ~ConstraintEvalRAII().

◆ TI

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

Definition at line 13766 of file Sema.h.

Referenced by ConstraintEvalRAII(), and ~ConstraintEvalRAII().


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