| /freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseAST.cpp | 167 EnterExpressionEvaluationContext PotentiallyEvaluated( in ParseAST() local 168 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseAST()
|
| HD | ParseDeclCXX.cpp | 3426 : Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseCXXMemberInitializer() 4619 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseCXXAssumeAttributeArg()
|
| HD | ParseExprCXX.cpp | 1076 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseLambdaIntroducer()
|
| HD | ParseDecl.cpp | 2472 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseDeclGroup() 3393 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, nullptr, in ParseBoundsAttribute()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCoroutine.cpp | 690 EnterExpressionEvaluationContext PotentiallyEvaluated( in ActOnCoroutineBodyStart() local 691 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCoroutineBodyStart()
|
| HD | SemaTemplateInstantiate.cpp | 3215 *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()
|
| HD | SemaLambda.cpp | 1547 : ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnStartOfLambdaDefinition() 2277 case ExpressionEvaluationContext::PotentiallyEvaluated: in BuildLambdaExpr()
|
| HD | Sema.cpp | 288 ExpressionEvaluationContext::PotentiallyEvaluated, 0, CleanupInfo{}, in Sema() 2206 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in checkEscapingByref()
|
| HD | SemaTemplateInstantiateDecl.cpp | 360 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()
|
| HD | SemaExprMember.cpp | 171 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in ClassifyImplicitMemberAccess()
|
| HD | SemaExpr.cpp | 5357 : 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()
|
| HD | SemaStmt.cpp | 4493 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart() 4553 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
|
| HD | TreeTransform.h | 5553 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformVariableArrayType() 8843 getSema(), Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformCXXForRangeStmt() 14632 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformLambdaExpr()
|
| HD | SemaOpenMP.cpp | 2792 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in StartOpenMPDSABlock() 21416 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionCombinerStart() 21478 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionInitializerStart()
|
| HD | SemaDeclCXX.cpp | 16834 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in BuildExceptionDeclaration() 18354 ExpressionEvaluationContext::PotentiallyEvaluated, D); in ActOnCXXEnterDeclInitializer()
|
| HD | SemaOverload.cpp | 14123 ExpressionEvaluationContext::PotentiallyEvaluated); in BuildCXXMemberCallExpr()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 6262 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()
|