Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
2857 QualType getExceptionObjectType(QualType T) const;
3932 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
910 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
2497 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
16845 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
7364 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext