Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckCXXThrowOperand

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