struct ASTContext::CUDAConstantEvalContextRAII
Declaration
struct ASTContext::CUDAConstantEvalContextRAII { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/ASTContext.h:674
Member Variables
- public clang::ASTContext& Ctx
- public clang::ASTContext::CUDAConstantEvalContext SavedCtx
Method Overview
- public CUDAConstantEvalContextRAII(clang::ASTContext & Ctx_, bool NoWrongSidedVars)
- public ~CUDAConstantEvalContextRAII()
Methods
¶CUDAConstantEvalContextRAII(
clang::ASTContext& Ctx_,
bool NoWrongSidedVars)
CUDAConstantEvalContextRAII(
clang::ASTContext& Ctx_,
bool NoWrongSidedVars)
Declared at: clang/include/clang/AST/ASTContext.h:677
Parameters
- clang::ASTContext& Ctx_
- bool NoWrongSidedVars
¶~CUDAConstantEvalContextRAII()
~CUDAConstantEvalContextRAII()
Declared at: clang/include/clang/AST/ASTContext.h:681