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