Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_Deref

349     if (UO->getOpcode() == UO_Deref &&
7603 if (uOp->getOpcode() == UO_Deref)
7824 case tok::star: Opc = UO_Deref; break;
8317 case UO_Deref: {
8425 if (Opc != UO_AddrOf && Opc != UO_Deref)