Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp770 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local
771 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()
794 OpLoc, ExceptionObjectTy, in BuildCXXThrow()
858 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument
861 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()
874 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()