Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
2745 QualType getExceptionObjectType(QualType T) const;
3917 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
895 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
16461 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
2394 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
6833 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext