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 695 of file ASTContext.h.
|
inline |
Definition at line 698 of file ASTContext.h.
References clang::ASTContext::CUDAConstantEvalCtx, and clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars.
|
inline |
Definition at line 702 of file ASTContext.h.
References Ctx, clang::ASTContext::CUDAConstantEvalCtx, and SavedCtx.
ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 696 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().
CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 697 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().