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