Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp149 Actions.ExprEvalContexts.back().InConditionallyConstantEvaluateContext = true; in ParseArrayBoundExpression()
167 Iter->InConditionallyConstantEvaluateContext = true; in ParseArrayBoundExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6789 bool InConditionallyConstantEvaluateContext = false; member
8107 !Ctx.InConditionallyConstantEvaluateContext; in isAlwaysConstantEvaluatedContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5830 SemaRef.ExprEvalContexts.back().InConditionallyConstantEvaluateContext = true; in TransformDependentSizedArrayType()
H A DSemaExpr.cpp4695 currentEvaluationContext().InConditionallyConstantEvaluateContext && in CreateUnaryExprOrTypeTraitExpr()