Searched refs:PotentiallyEvaluated (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 1031 PushExpressionEvaluationContext(PotentiallyEvaluated); in ActOnStartOfLambdaDefinition() 1453 case PotentiallyEvaluated: in ActOnLambdaExpr()
|
| HD | SemaOpenMP.cpp | 368 PushExpressionEvaluationContext(PotentiallyEvaluated); in StartOpenMPDSABlock()
|
| HD | Sema.cpp | 114 ExpressionEvaluationContextRecord(PotentiallyEvaluated, 0, in Sema()
|
| HD | SemaTemplateInstantiate.cpp | 2020 Sema::PotentiallyEvaluated); in InstantiateClass() 2257 Sema::PotentiallyEvaluated); in InstantiateEnum()
|
| HD | SemaExprMember.cpp | 150 case Sema::PotentiallyEvaluated: in ClassifyImplicitMemberAccess()
|
| HD | SemaTemplateInstantiateDecl.cpp | 3371 Sema::PotentiallyEvaluated); in InstantiateFunctionDefinition() 3618 PushExpressionEvaluationContext(Sema::PotentiallyEvaluated, OldVar); in InstantiateVariableInitializer()
|
| HD | SemaExpr.cpp | 3869 EnterExpressionEvaluationContext EvalContext(*this, PotentiallyEvaluated, in BuildCXXDefaultArgExpr() 10202 PushExpressionEvaluationContext(PotentiallyEvaluated); in ActOnBlockStart() 11115 case Sema::PotentiallyEvaluated: in IsPotentiallyEvaluatedContext() 11513 EnterExpressionEvaluationContext scope(S, S.PotentiallyEvaluated); in captureInBlock() 11627 EnterExpressionEvaluationContext scope(S, Sema::PotentiallyEvaluated); in addAsFieldToClosureType() 12416 case PotentiallyEvaluated: in DiagRuntimeBehavior()
|
| HD | SemaStmt.cpp | 3261 PushExpressionEvaluationContext(PotentiallyEvaluated); in ActOnCapturedRegionStart()
|
| HD | TreeTransform.h | 8295 Sema::PotentiallyEvaluated); in TransformLambdaExpr() 8539 getSema().PushExpressionEvaluationContext(Sema::PotentiallyEvaluated); in TransformLambdaScope()
|
| HD | SemaDeclCXX.cpp | 11104 EnterExpressionEvaluationContext scope(*this, PotentiallyEvaluated); in BuildExceptionDeclaration() 12132 PushExpressionEvaluationContext(PotentiallyEvaluated, D); in ActOnCXXEnterDeclInitializer()
|
| HD | SemaDecl.cpp | 8829 EnterExpressionEvaluationContext scope(*this, PotentiallyEvaluated); in CheckCompleteVariableDeclaration()
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 816 Sema::PotentiallyEvaluated); in ParseLambdaIntroducer()
|
| HD | ParseDeclCXX.cpp | 2447 Sema::PotentiallyEvaluated, in ParseCXXMemberInitializer()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 516 S.PushExpressionEvaluationContext(Sema::PotentiallyEvaluated); in SynthesizedFunctionScope() 641 PotentiallyEvaluated, enumerator
|