clang 22.0.0git
ASTContext::CUDAConstantEvalContextRAII Struct Reference

#include "clang/AST/ASTContext.h"

Public Member Functions

 CUDAConstantEvalContextRAII (ASTContext &Ctx_, bool NoWrongSidedVars)
 ~CUDAConstantEvalContextRAII ()

Public Attributes

ASTContextCtx
CUDAConstantEvalContext SavedCtx

Detailed Description

Definition at line 755 of file ASTContext.h.

Constructor & Destructor Documentation

◆ CUDAConstantEvalContextRAII()

clang::ASTContext::CUDAConstantEvalContextRAII::CUDAConstantEvalContextRAII ( ASTContext & Ctx_,
bool NoWrongSidedVars )
inline

Definition at line 758 of file ASTContext.h.

◆ ~CUDAConstantEvalContextRAII()

clang::ASTContext::CUDAConstantEvalContextRAII::~CUDAConstantEvalContextRAII ( )
inline

Definition at line 762 of file ASTContext.h.

Member Data Documentation

◆ Ctx

ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx

Definition at line 756 of file ASTContext.h.

◆ SavedCtx

CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx

Definition at line 757 of file ASTContext.h.


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