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

References

tools/clang/lib/AST/ASTImporter.cpp
 6079       S->getCatchBody());
tools/clang/lib/AST/StmtPrinter.cpp
  519     if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1988           SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1841       lastCatchBody = Catch->getCatchBody();
 1867       lastCatchBody = Catch->getCatchBody();
tools/clang/lib/Sema/JumpDiagnostics.cpp
  477       BuildScopeInformation(AC->getCatchBody(), NewParentScope);
tools/clang/lib/Sema/TreeTransform.h
 7431   StmtResult Body = getDerived().TransformStmt(S->getCatchBody());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1253   Record.AddStmt(S->getCatchBody());