Home | History | Annotate | Download | only in Sema

Lines Matching refs:uo

3071   } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) {
3072 assert(uo->getOpcode() == UO_Extension);
3073 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr());
3076 uo->getOperatorLoc());