Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelfExpr

2432       ExprResult SelfExpr = ActOnIdExpression(S, SelfScopeSpec, TemplateKWLoc,
2434 if (SelfExpr.isInvalid())
2437 SelfExpr = DefaultLvalueConversion(SelfExpr.get());
2438 if (SelfExpr.isInvalid())
2450 SelfExpr.get(), true, true);