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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  639     if (const VarDecl *CatchParam = Node->getCatchParamDecl())
tools/clang/include/clang/AST/StmtObjC.h
  113   bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
tools/clang/lib/AST/JSONNodeDumper.cpp
 1448   attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr);
tools/clang/lib/AST/StmtProfile.cpp
  381   if (S->getCatchParamDecl())
  382     VisitType(S->getCatchParamDecl()->getType());
tools/clang/lib/AST/TextNodeDumper.cpp
  992   if (!Node->getCatchParamDecl())
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4607       const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  167       const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();