Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckCXXThrowOperand

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