clang 18.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
ConstraintEvalRAII (InstTy &TI) | |
~ConstraintEvalRAII () | |
Public Attributes | |
InstTy & | TI |
bool | OldValue |
|
inline |
Definition at line 10260 of file Sema.h.
References clang::Sema::ConstraintEvalRAII< InstTy >::TI.
|
inline |
Definition at line 10264 of file Sema.h.
References clang::Sema::ConstraintEvalRAII< InstTy >::OldValue, and clang::Sema::ConstraintEvalRAII< InstTy >::TI.
bool clang::Sema::ConstraintEvalRAII< InstTy >::OldValue |
Definition at line 10258 of file Sema.h.
Referenced by clang::Sema::ConstraintEvalRAII< InstTy >::~ConstraintEvalRAII().
InstTy& clang::Sema::ConstraintEvalRAII< InstTy >::TI |
Definition at line 10257 of file Sema.h.
Referenced by clang::Sema::ConstraintEvalRAII< InstTy >::ConstraintEvalRAII(), and clang::Sema::ConstraintEvalRAII< InstTy >::~ConstraintEvalRAII().