reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13468 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13486 OpLoc, 13494 resultType = CheckAddressOfOperand(Input, OpLoc); 13501 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); 13536 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13549 Diag(OpLoc, diag::ext_integer_complement_complex) 13558 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13561 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13592 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13603 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13612 return ExprError(Diag(OpLoc, diag::err_typecheck_unary_expr) 13622 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real); 13659 UnaryOperator(Input.get(), Opc, resultType, VK, OK, OpLoc, CanOverflow);