clang 19.0.0git
Public Attributes | List of all members
clang::ASTContext::CUDAConstantEvalContext Struct Reference

#include "clang/AST/ASTContext.h"

Public Attributes

bool NoWrongSidedVars = false
 Do not allow wrong-sided variables in constant expressions.
 

Detailed Description

Definition at line 650 of file ASTContext.h.

Member Data Documentation

◆ NoWrongSidedVars

bool clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars = false

Do not allow wrong-sided variables in constant expressions.

Definition at line 652 of file ASTContext.h.

Referenced by clang::ASTContext::CUDAConstantEvalContextRAII::CUDAConstantEvalContextRAII().


The documentation for this struct was generated from the following file: