|
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 791 of file ASTContext.h.
|
inline |
Definition at line 794 of file ASTContext.h.
References clang::ASTContext::ASTContext(), Ctx, clang::ASTContext::CUDAConstantEvalCtx, clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars, and SavedCtx.
|
inline |
Definition at line 798 of file ASTContext.h.
| ASTContext& clang::ASTContext::CUDAConstantEvalContextRAII::Ctx |
Definition at line 792 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().
| CUDAConstantEvalContext clang::ASTContext::CUDAConstantEvalContextRAII::SavedCtx |
Definition at line 793 of file ASTContext.h.
Referenced by CUDAConstantEvalContextRAII(), and ~CUDAConstantEvalContextRAII().