Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewContext

10814 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
10818 ExpressionEvaluationContextRecord(NewContext,
10829 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
10833 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);