Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp690 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local
691 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()
714 OpLoc, ExceptionObjectTy, in BuildCXXThrow()
778 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument
781 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()
794 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()