Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp895 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local
896 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()
900 InitializedEntity::InitializeException(OpLoc, ExceptionObjectTy); in BuildCXXThrow()
966 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument
969 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()
987 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()