Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2127 QualType getExceptionObjectType(QualType T) const;
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3635 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/external/clang/lib/Sema/
DSemaExprCXX.cpp649 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
DSemaChecking.cpp560 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
DSemaDeclCXX.cpp12035 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
/external/clang/lib/AST/
DASTContext.cpp4509 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext