Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
2127 QualType getExceptionObjectType(QualType T) const;
3635 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
649 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
560 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
12035 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
4509 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext