Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
2152 QualType getExceptionObjectType(QualType T) const;
3644 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
690 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
1011 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
12276 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
4563 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext