| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 166 EnterExpressionEvaluationContext PotentiallyEvaluated( in ParseAST() local 167 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseAST()
|
| H A D | ParseExpr.cpp | 3345 EnterExpressionEvaluationContextForFunction PotentiallyEvaluated( in ParseBlockLiteralExpression() local 3346 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 3330 : Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseCXXMemberInitializer() 4463 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseCXXAssumeAttributeArg()
|
| H A D | ParseExprCXX.cpp | 937 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseLambdaIntroducer()
|
| H A D | ParseDecl.cpp | 2308 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseDeclGroup() 3205 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, nullptr, in ParseBoundsAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 691 EnterExpressionEvaluationContextForFunction PotentiallyEvaluated( in ActOnCoroutineBodyStart() local 692 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ActOnCoroutineBodyStart()
|
| H A D | SemaTemplateInstantiate.cpp | 3410 *this, ExpressionEvaluationContext::PotentiallyEvaluated, Param); in SubstDefaultArgument() 3646 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateClass() 3880 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateEnum() 3938 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateInClassInitializer()
|
| H A D | SemaLambda.cpp | 1576 ExpressionEvaluationContext::PotentiallyEvaluated, LSI->CallOperator); in ActOnStartOfLambdaDefinition() 2335 case ExpressionEvaluationContext::PotentiallyEvaluated: in BuildLambdaExpr()
|
| H A D | Sema.cpp | 349 ExpressionEvaluationContext::PotentiallyEvaluated, 0, CleanupInfo{}, in Sema() 2372 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in checkEscapingByref()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 363 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in instantiateOMPDeclareSimdDeclAttr() 444 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in instantiateOMPDeclareVariantAttr() 5689 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in InstantiateFunctionDefinition() 6115 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, Var, in InstantiateVariableInitializer()
|
| H A D | SemaExprMember.cpp | 169 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in ClassifyImplicitMemberAccess()
|
| H A D | SemaExpr.cpp | 5455 : ExpressionEvaluationContext::PotentiallyEvaluated, in CheckCXXDefaultArgExpr() 5580 : ExpressionEvaluationContext::PotentiallyEvaluated, in BuildCXXDefaultArgExpr() 5667 *this, ExpressionEvaluationContext::PotentiallyEvaluated, Field); in BuildCXXDefaultInitExpr() 16324 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnBlockStart() 16563 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnBlockStmtExpr() 18014 Sema::ExpressionEvaluationContext::PotentiallyEvaluated || in HandleImmediateInvocations() 18140 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in isPotentiallyConstantEvaluatedContext() 18491 : ExpressionEvaluationContext::PotentiallyEvaluated, in MarkFunctionReferenced() 20471 case ExpressionEvaluationContext::PotentiallyEvaluated: in DiagRuntimeBehavior()
|
| H A D | SemaStmt.cpp | 4643 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart() 4706 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
|
| H A D | SemaOpenACC.cpp | 385 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnConstruct()
|
| H A D | TreeTransform.h | 5781 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformVariableArrayType() 9195 getSema(), Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformCXXForRangeStmt() 15734 Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformLambdaExpr()
|
| H A D | SemaOpenMP.cpp | 2768 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in StartOpenMPDSABlock() 22312 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionCombinerStart() 22374 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionInitializerStart()
|
| H A D | SemaDeclCXX.cpp | 17310 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in BuildExceptionDeclaration() 18891 ExpressionEvaluationContext::PotentiallyEvaluated, D, in ActOnCXXEnterDeclInitializer()
|
| H A D | SemaInit.cpp | 816 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in FillInEmptyInitForField()
|
| H A D | SemaOverload.cpp | 14926 ExpressionEvaluationContext::PotentiallyEvaluated); in BuildCXXMemberCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6692 PotentiallyEvaluated, enumerator 6837 return Context == ExpressionEvaluationContext::PotentiallyEvaluated || in isPotentiallyEvaluated() 6859 (Context == ExpressionEvaluationContext::PotentiallyEvaluated && in isImmediateFunctionContext() 8140 if (Ctx.Context == ExpressionEvaluationContext::PotentiallyEvaluated && in InnermostDeclarationWithDelayedImmediateInvocations() 8156 if (Ctx.Context == ExpressionEvaluationContext::PotentiallyEvaluated && in OutermostDeclarationWithDelayedImmediateInvocations() 13353 ExpressionEvaluationContext::PotentiallyEvaluated, FD); in SynthesizedFunctionScope()
|