Home
last modified time | relevance | path

Searched refs:PotentiallyEvaluated (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseAST.cpp167 EnterExpressionEvaluationContext PotentiallyEvaluated( in ParseAST() local
168 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseAST()
HDParseDeclCXX.cpp3426 : Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseCXXMemberInitializer()
4619 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseCXXAssumeAttributeArg()
HDParseExprCXX.cpp1076 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseLambdaIntroducer()
HDParseDecl.cpp2472 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseDeclGroup()
3393 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, nullptr, in ParseBoundsAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp690 EnterExpressionEvaluationContext PotentiallyEvaluated( in ActOnCoroutineBodyStart() local
691 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCoroutineBodyStart()
HDSemaTemplateInstantiate.cpp3215 *this, ExpressionEvaluationContext::PotentiallyEvaluated, Param); in SubstDefaultArgument()
3461 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateClass()
3695 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateEnum()
3753 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateInClassInitializer()
HDSemaLambda.cpp1547 : ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnStartOfLambdaDefinition()
2277 case ExpressionEvaluationContext::PotentiallyEvaluated: in BuildLambdaExpr()
HDSema.cpp288 ExpressionEvaluationContext::PotentiallyEvaluated, 0, CleanupInfo{}, in Sema()
2206 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in checkEscapingByref()
HDSemaTemplateInstantiateDecl.cpp360 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in instantiateOMPDeclareSimdDeclAttr()
441 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in instantiateOMPDeclareVariantAttr()
5049 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateFunctionDefinition()
5437 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, Var); in InstantiateVariableInitializer()
HDSemaExprMember.cpp171 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in ClassifyImplicitMemberAccess()
HDSemaExpr.cpp5357 : ExpressionEvaluationContext::PotentiallyEvaluated, in CheckCXXDefaultArgExpr()
5479 : ExpressionEvaluationContext::PotentiallyEvaluated, in BuildCXXDefaultArgExpr()
5550 *this, ExpressionEvaluationContext::PotentiallyEvaluated, Field); in BuildCXXDefaultInitExpr()
15958 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnBlockStart()
16204 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnBlockStmtExpr()
17566 Sema::ExpressionEvaluationContext::PotentiallyEvaluated || in HandleImmediateInvocations()
17698 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in isPotentiallyConstantEvaluatedContext()
17820 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in isOdrUseContext()
18048 : ExpressionEvaluationContext::PotentiallyEvaluated, in MarkFunctionReferenced()
19982 case ExpressionEvaluationContext::PotentiallyEvaluated: in DiagRuntimeBehavior()
HDSemaStmt.cpp4493 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
4553 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
HDTreeTransform.h5553 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformVariableArrayType()
8843 getSema(), Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformCXXForRangeStmt()
14632 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformLambdaExpr()
HDSemaOpenMP.cpp2792 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in StartOpenMPDSABlock()
21416 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionCombinerStart()
21478 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionInitializerStart()
HDSemaDeclCXX.cpp16834 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in BuildExceptionDeclaration()
18354 ExpressionEvaluationContext::PotentiallyEvaluated, D); in ActOnCXXEnterDeclInitializer()
HDSemaOverload.cpp14123 ExpressionEvaluationContext::PotentiallyEvaluated); in BuildCXXMemberCallExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6262 PotentiallyEvaluated, enumerator
6404 return Context == ExpressionEvaluationContext::PotentiallyEvaluated || in isPotentiallyEvaluated()
6426 (Context == ExpressionEvaluationContext::PotentiallyEvaluated && in isImmediateFunctionContext()
7806 if (Ctx.Context == ExpressionEvaluationContext::PotentiallyEvaluated && in InnermostDeclarationWithDelayedImmediateInvocations()
7822 if (Ctx.Context == ExpressionEvaluationContext::PotentiallyEvaluated && in OutermostDeclarationWithDelayedImmediateInvocations()
13077 : ExpressionEvaluationContext::PotentiallyEvaluated); in SynthesizedFunctionScope()