Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO

1359       if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp))
1360 if (UO->getOpcode() == UO_Deref)
1361 BaseExp = UO->getSubExpr()->IgnoreParenCasts();