Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_Deref

441     if (UO->getOpcode() == UO_Deref &&
8123 if (uOp->getOpcode() == UO_Deref)
8351 case tok::star: Opc = UO_Deref; break;
8860 case UO_Deref: {
8996 if (Opc != UO_AddrOf && Opc != UO_Deref)