Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
3061 QualType getExceptionObjectType(QualType T) const;
3924 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
892 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
2819 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
17321 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
7960 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext