Home | History | Annotate | Download | only in Sema

Lines Matching refs:uo

3008   } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) {
3009 assert(uo->getOpcode() == UO_Extension);
3010 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr());
3013 uo->getOperatorLoc());