Lines Matching refs:UnaryOp
1686 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() argument
1702 UnaryOp = UO_Plus; in DecodeOperatorCall()
1711 UnaryOp = UO_Minus; in DecodeOperatorCall()
1720 UnaryOp = UO_Deref; in DecodeOperatorCall()
1741 UnaryOp = UO_AddrOf; in DecodeOperatorCall()
1753 UnaryOp = UO_Not; in DecodeOperatorCall()
1757 UnaryOp = UO_LNot; in DecodeOperatorCall()
1849 UnaryOp = NumArgs == 1 ? UO_PreInc : UO_PostInc; in DecodeOperatorCall()
1854 UnaryOp = NumArgs == 1 ? UO_PreDec : UO_PostDec; in DecodeOperatorCall()
1873 UnaryOp = UO_Coawait; in DecodeOperatorCall()
1899 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
1902 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp, NumArgs); in VisitCXXOperatorCallExpr()
1908 ID.AddInteger(UnaryOp); in VisitCXXOperatorCallExpr()