Home
last modified time | relevance | path

Searched refs:ExpressionKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h27 Sema::ExpressionEvaluationContextRecord::ExpressionKind ExprContext =
38 Sema::ExpressionEvaluationContextRecord::ExpressionKind ExprContext =
H A DSema.h6344 enum ExpressionKind { enum
6390 ExpressionKind ExprContext) in ExpressionEvaluationContextRecord()
6462 ExpressionEvaluationContextRecord::ExpressionKind::EK_AttrArgument; in isAttrContext()
6533 ExpressionEvaluationContextRecord::ExpressionKind Type =
6538 ExpressionEvaluationContextRecord::ExpressionKind Type =
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp619 Sema::ExpressionEvaluationContextRecord::ExpressionKind:: in ParseAttributeArgsCommon()
3390 using ExpressionKind = in ParseBoundsAttribute() typedef
3391 Sema::ExpressionEvaluationContextRecord::ExpressionKind; in ParseBoundsAttribute()
3394 ExpressionKind::EK_AttrArgument); in ParseBoundsAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17173 ExpressionEvaluationContextRecord::ExpressionKind ExprContext) { in PushExpressionEvaluationContext()
17202 ExpressionEvaluationContextRecord::ExpressionKind ExprContext) { in PushExpressionEvaluationContext()
17597 using ExpressionKind = ExpressionEvaluationContextRecord::ExpressionKind; in PopExpressionEvaluationContext() typedef
17599 (Rec.ExprContext == ExpressionKind::EK_TemplateArgument || in PopExpressionEvaluationContext()
17614 } else if (Rec.ExprContext == ExpressionKind::EK_TemplateArgument) { in PopExpressionEvaluationContext()