Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp166 EnterExpressionEvaluationContext PotentiallyEvaluated( in ParseAST() local
167 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseAST()
H A DParseExpr.cpp3345 EnterExpressionEvaluationContextForFunction PotentiallyEvaluated( in ParseBlockLiteralExpression() local
3346 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp3330 : Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseCXXMemberInitializer()
4463 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseCXXAssumeAttributeArg()
H A DParseExprCXX.cpp937 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ParseLambdaIntroducer()
H A DParseDecl.cpp2308 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ParseDeclGroup()
3205 Actions, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, nullptr, in ParseBoundsAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp691 EnterExpressionEvaluationContextForFunction PotentiallyEvaluated( in ActOnCoroutineBodyStart() local
692 *this, Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in ActOnCoroutineBodyStart()
H A DSemaTemplateInstantiate.cpp3410 *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 DSemaLambda.cpp1576 ExpressionEvaluationContext::PotentiallyEvaluated, LSI->CallOperator); in ActOnStartOfLambdaDefinition()
2335 case ExpressionEvaluationContext::PotentiallyEvaluated: in BuildLambdaExpr()
H A DSema.cpp349 ExpressionEvaluationContext::PotentiallyEvaluated, 0, CleanupInfo{}, in Sema()
2372 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in checkEscapingByref()
H A DSemaTemplateInstantiateDecl.cpp363 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 DSemaExprMember.cpp169 case Sema::ExpressionEvaluationContext::PotentiallyEvaluated: in ClassifyImplicitMemberAccess()
H A DSemaExpr.cpp5455 : 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 DSemaStmt.cpp4643 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
4706 ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnCapturedRegionStart()
H A DSemaOpenACC.cpp385 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnConstruct()
H A DTreeTransform.h5781 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in TransformVariableArrayType()
9195 getSema(), Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformCXXForRangeStmt()
15734 Sema::ExpressionEvaluationContext::PotentiallyEvaluated, in TransformLambdaExpr()
H A DSemaOpenMP.cpp2768 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in StartOpenMPDSABlock()
22312 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionCombinerStart()
22374 Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in ActOnOpenMPDeclareReductionInitializerStart()
H A DSemaDeclCXX.cpp17310 *this, ExpressionEvaluationContext::PotentiallyEvaluated); in BuildExceptionDeclaration()
18891 ExpressionEvaluationContext::PotentiallyEvaluated, D, in ActOnCXXEnterDeclInitializer()
H A DSemaInit.cpp816 SemaRef, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); in FillInEmptyInitForField()
H A DSemaOverload.cpp14926 ExpressionEvaluationContext::PotentiallyEvaluated); in BuildCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6692 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()