Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2041 QualType getExceptionObjectType(QualType T) const;
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp3556 T = Context.getExceptionObjectType(T); in decomposeTypeForEH()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp649 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow()
HDSemaChecking.cpp517 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()), in CheckBuiltinFunctionCall()
HDSemaDeclCXX.cpp12032 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4448 QualType ASTContext::getExceptionObjectType(QualType T) const { in getExceptionObjectType() function in ASTContext