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

References

tools/clang/lib/AST/ASTImporter.cpp
 6078       S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(),
tools/clang/lib/Sema/JumpDiagnostics.cpp
  475                                  AC->getAtCatchLoc()));
tools/clang/lib/Sema/TreeTransform.h
 7435   return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1255   Record.AddSourceLocation(S->getAtCatchLoc());