Home
last modified time | relevance | path

Searched refs:NoWrongSidedVars (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h672 bool NoWrongSidedVars = false; member
677 CUDAConstantEvalContextRAII(ASTContext &Ctx_, bool NoWrongSidedVars) in CUDAConstantEvalContextRAII()
679 Ctx_.CUDAConstantEvalCtx.NoWrongSidedVars = NoWrongSidedVars; in CUDAConstantEvalContextRAII()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2313 Info.getCtx().CUDAConstantEvalCtx.NoWrongSidedVars) { in CheckLValueConstantExpression()