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.h6770 enum ExpressionKind { enum
6823 ExpressionKind ExprContext) in ExpressionEvaluationContextRecord()
6896 ExpressionEvaluationContextRecord::ExpressionKind::EK_AttrArgument; in isAttrContext()
6954 ExpressionEvaluationContextRecord::ExpressionKind Type =
6963 ExpressionEvaluationContextRecord::ExpressionKind Type =
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp576 Sema::ExpressionEvaluationContextRecord::ExpressionKind:: in ParseAttributeArgsCommon()
3202 using ExpressionKind = in ParseBoundsAttribute() typedef
3203 Sema::ExpressionEvaluationContextRecord::ExpressionKind; in ParseBoundsAttribute()
3206 ExpressionKind::EK_AttrArgument); in ParseBoundsAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17552 ExpressionEvaluationContextRecord::ExpressionKind ExprContext) { in PushExpressionEvaluationContext()
17581 ExpressionEvaluationContextRecord::ExpressionKind ExprContext) { in PushExpressionEvaluationContext()
18044 using ExpressionKind = ExpressionEvaluationContextRecord::ExpressionKind; in PopExpressionEvaluationContext() typedef
18046 (Rec.ExprContext == ExpressionKind::EK_TemplateArgument || in PopExpressionEvaluationContext()
18061 } else if (Rec.ExprContext == ExpressionKind::EK_TemplateArgument) { in PopExpressionEvaluationContext()