Lines Matching refs:UnaryOp
885 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() argument
902 UnaryOp = UO_Plus; in DecodeOperatorCall()
911 UnaryOp = UO_Minus; in DecodeOperatorCall()
920 UnaryOp = UO_Deref; in DecodeOperatorCall()
941 UnaryOp = UO_AddrOf; in DecodeOperatorCall()
953 UnaryOp = UO_Not; in DecodeOperatorCall()
957 UnaryOp = UO_LNot; in DecodeOperatorCall()
1045 UnaryOp = S->getNumArgs() == 1? UO_PreInc in DecodeOperatorCall()
1050 UnaryOp = S->getNumArgs() == 1? UO_PreDec in DecodeOperatorCall()
1073 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
1075 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
1081 ID.AddInteger(UnaryOp); in VisitCXXOperatorCallExpr()