clang 20.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 675 of file ASTContext.h.
|
inline |
Definition at line 678 of file ASTContext.h.
References clang::ASTContext::CUDAConstantEvalCtx, and clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars.
|
inline |
Definition at line 682 of file ASTContext.h.
References Ctx, clang::ASTContext::CUDAConstantEvalCtx, and SavedCtx.
ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 676 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().
CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 677 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().