reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2488 QualType getExceptionObjectType(QualType T) const;
3747 T = Context.getExceptionObjectType(T);
tools/clang/lib/Sema/SemaChecking.cpp 1454 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()),
tools/clang/lib/Sema/SemaDeclCXX.cpp14349 QualType initType = Context.getExceptionObjectType(ExDeclType);
tools/clang/lib/Sema/SemaExprCXX.cpp 775 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType());