clang 18.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 651 of file ASTContext.h.
|
inline |
Definition at line 654 of file ASTContext.h.
References clang::ASTContext::CUDAConstantEvalCtx, and clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars.
|
inline |
Definition at line 658 of file ASTContext.h.
References Ctx, clang::ASTContext::CUDAConstantEvalCtx, and SavedCtx.
ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 652 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().
CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 653 of file ASTContext.h.
Referenced by ~CUDAConstantEvalContextRAII().