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

References

tools/clang/include/clang/AST/StmtCXX.h
   43   SourceLocation getBeginLoc() const LLVM_READONLY { return CatchLoc; }
   48   SourceLocation getCatchLoc() const { return CatchLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1396   S->CatchLoc = ReadSourceLocation();