Home
last modified time | relevance | path

Searched refs:ExceptionObjectTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp776 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local
777 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()
800 OpLoc, ExceptionObjectTy, in BuildCXXThrow()
864 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument
867 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()
880 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()