|
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 806 of file ASTContext.h.
|
inline |
Definition at line 809 of file ASTContext.h.
References clang::ASTContext::ASTContext(), Ctx, clang::ASTContext::CUDAConstantEvalCtx, clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars, and SavedCtx.
|
inline |
Definition at line 813 of file ASTContext.h.
| ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 807 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().
| CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 808 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().