Searched refs:ExceptionObjectTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 690 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 854 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local 855 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow() 878 OpLoc, ExceptionObjectTy, in BuildCXXThrow() 946 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument 949 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand() 967 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
|