Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp854 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()