Home
last modified time | relevance | path

Searched refs:InConditionallyConstantEvaluateContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp229 Actions.ExprEvalContexts.back().InConditionallyConstantEvaluateContext = true; in ParseArrayBoundExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1364 bool InConditionallyConstantEvaluateContext = false; member
9977 !Ctx.InConditionallyConstantEvaluateContext; in isAlwaysConstantEvaluatedContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5505 SemaRef.ExprEvalContexts.back().InConditionallyConstantEvaluateContext = true; in TransformDependentSizedArrayType()