Lines Matching refs:UnaryOp
999 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() argument
1016 UnaryOp = UO_Plus; in DecodeOperatorCall()
1025 UnaryOp = UO_Minus; in DecodeOperatorCall()
1034 UnaryOp = UO_Deref; in DecodeOperatorCall()
1055 UnaryOp = UO_AddrOf; in DecodeOperatorCall()
1067 UnaryOp = UO_Not; in DecodeOperatorCall()
1071 UnaryOp = UO_LNot; in DecodeOperatorCall()
1159 UnaryOp = S->getNumArgs() == 1? UO_PreInc in DecodeOperatorCall()
1164 UnaryOp = S->getNumArgs() == 1? UO_PreDec in DecodeOperatorCall()
1187 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
1189 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
1195 ID.AddInteger(UnaryOp); in VisitCXXOperatorCallExpr()