Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO

1463     if (UnaryOperator *UO = dyn_cast<UnaryOperator>(Statement)) {
1464 switch (UO->getOpcode()) {
1475 DRE = dyn_cast<DeclRefExpr>(UO->getSubExpr());