Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2857 QualType getExceptionObjectType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3932 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp910 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
H A DSemaChecking.cpp2497 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
H A DSemaDeclCXX.cpp16845 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7364 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext