Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2739 QualType getExceptionObjectType(QualType T) const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3930 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp898 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
H A DSemaDeclCXX.cpp16530 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
H A DSemaChecking.cpp2465 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6909 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext