Searched refs:getTryLoc (Results 1 – 5 of 5) sorted by relevance
88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart()91 SourceLocation getTryLoc() const { return TryLoc; } in getTryLoc() function
1921 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart()1924 SourceLocation getTryLoc() const { return TryLoc; } in getTryLoc() function
1148 Writer.AddSourceLocation(S->getTryLoc(), Record); in VisitCXXTryStmt()1730 Writer.AddSourceLocation(S->getTryLoc(), Record); in VisitSEHTryStmt()
6806 return getDerived().RebuildCXXTryStmt(S->getTryLoc(), TryBlock.get(), in TransformCXXTryStmt()7009 return getDerived().RebuildSEHTryStmt(S->getIsCXXTry(), S->getTryLoc(), in TransformSEHTryStmt()
4879 SourceLocation ToTryLoc = Importer.Import(S->getTryLoc()); in VisitCXXTryStmt()