clang 22.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
CUDAConstantEvalContextRAII (ASTContext &Ctx_, bool NoWrongSidedVars) | |
~CUDAConstantEvalContextRAII () |
Public Attributes | |
ASTContext & | Ctx |
CUDAConstantEvalContext | SavedCtx |
Definition at line 787 of file ASTContext.h.
|
inline |
Definition at line 790 of file ASTContext.h.
References clang::ASTContext::ASTContext(), Ctx, clang::ASTContext::CUDAConstantEvalCtx, clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars, and SavedCtx.
|
inline |
Definition at line 794 of file ASTContext.h.
ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 788 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().
CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 789 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().