Home | History | Annotate | Download | only in AST

Lines Matching defs:UO

120   if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) {
121 switch (UO->getOpcode()) {
123 return UO->getSubExpr()->isKnownToHaveBooleanValue();
1209 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) {
1210 if (UO->getOpcode() == UO_Deref)
1211 CEE = UO->getSubExpr()->IgnoreParenCasts();
2075 const UnaryOperator *UO = cast<UnaryOperator>(this);
2077 switch (UO->getOpcode()) {
2096 if (Ctx.getCanonicalType(UO->getSubExpr()->getType())
2101 return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2104 Loc = UO->getOperatorLoc();
2105 R1 = UO->getSubExpr()->getSourceRange();