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

Declarations

tools/clang/include/clang/AST/StmtCXX.h
   50   QualType getCaughtType() const;

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
   46     addData(S->getCaughtType());
tools/clang/lib/AST/StmtProfile.cpp
  336   VisitType(S->getCaughtType());
tools/clang/lib/CodeGen/CGException.cpp
  575           C->getCaughtType().getNonReferenceType(), CaughtTypeQuals);
  582             CaughtType, C->getCaughtType());
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  302         QualType Caught = Catch->getCaughtType();
tools/clang/lib/Sema/SemaStmt.cpp
 4103         (QualType)Context.getCanonicalType(H->getCaughtType());
 4125               << H->getCaughtType();
 4128               << Problem->getCaughtType();
 4135     auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H));
 4140           << H->getCaughtType();
 4143           << Problem->getCaughtType();
tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
  138   auto caughtType = catchStmt->getCaughtType();
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  172             Catch->getCaughtType()->getUnqualifiedDesugaredType();