Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerefExpr

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