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

References

tools/clang/include/clang/AST/Stmt.h
 3290   SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); }
tools/clang/lib/Sema/TreeTransform.h
 7826   return getDerived().RebuildSEHTryStmt(S->getIsCXXTry(), S->getTryLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1943   Record.AddSourceLocation(S->getTryLoc());