Home
last modified time | relevance | path

Searched refs:getExceptionObjectType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2152 QualType getExceptionObjectType(QualType T) const;
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3644 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/external/clang/lib/Sema/
DSemaExprCXX.cpp690 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
DSemaChecking.cpp1011 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
DSemaDeclCXX.cpp12276 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
/external/clang/lib/AST/
DASTContext.cpp4563 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext