Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerefExpr

1596     ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get());
1597 if (DerefExpr.isInvalid()) {
1604 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false,