Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2745 QualType getExceptionObjectType(QualType T) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3917 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp895 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
H A DSemaDeclCXX.cpp16461 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
H A DSemaChecking.cpp2394 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6833 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext