clang 22.0.0git
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 13637 of file Sema.h.

Constructor & Destructor Documentation

◆ ConstraintEvalRAII()

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

Definition at line 13641 of file Sema.h.

References OldValue, and TI.

◆ ~ConstraintEvalRAII()

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

Definition at line 13645 of file Sema.h.

References OldValue, and TI.

Member Data Documentation

◆ OldValue

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

Definition at line 13639 of file Sema.h.

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

◆ TI

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

Definition at line 13638 of file Sema.h.

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


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