Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance
2451 QualType getExceptionObjectType(QualType T) const;
3713 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
770 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
1363 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
13798 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
5478 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext