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

References

tools/clang/lib/Analysis/ReachableCode.cpp
  597       return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc();
tools/clang/lib/CodeGen/CGException.cpp
  563     const CXXCatchStmt *C = S.getHandler(I);
 1201     const CXXCatchStmt *C = S.getHandler(I-1);
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  661       Visit(S->getHandler(I));
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1217       Visit(S->getHandler(I));
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  162       const CXXCatchStmt *Catch = Try->getHandler(i);