Home
last modified time | relevance | path

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

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