Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckCXXThrowOperand

541     ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
551 /// CheckCXXThrowOperand - Validate the operand of a throw.
552 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E,