reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2488   QualType getExceptionObjectType(QualType T) const;

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 3747   T = Context.getExceptionObjectType(T);
tools/clang/lib/Sema/SemaChecking.cpp
 1454             Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()),
tools/clang/lib/Sema/SemaDeclCXX.cpp
14349       QualType initType = Context.getExceptionObjectType(ExDeclType);
tools/clang/lib/Sema/SemaExprCXX.cpp
  775     QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType());