Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewContext

11264 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
11268 ExpressionEvaluationContextRecord(NewContext,
11279 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
11283 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);