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

/external/clang/include/clang/AST/
H A DASTContext.h2152 QualType getExceptionObjectType(QualType T) const;
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3644 T = Context.getExceptionObjectType(T);
/external/clang/lib/Sema/
H A DSemaChecking.cpp1011 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()),
H A DSemaExprCXX.cpp690 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType());
H A DSemaDeclCXX.cpp12276 QualType initType = Context.getExceptionObjectType(ExDeclType);
/external/clang/lib/AST/
H A DASTContext.cpp4563 QualType ASTContext::getExceptionObjectType(QualType T) const { function in class:ASTContext

Completed in 610 milliseconds