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

References

tools/clang/include/clang/AST/StmtCXX.h
   92   SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 6010   ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc());
tools/clang/lib/Sema/TreeTransform.h
 7611   return getDerived().RebuildCXXTryStmt(S->getTryLoc(), TryBlock.get(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1331   Record.AddSourceLocation(S->getTryLoc());