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
1943 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart()1946 SourceLocation getTryLoc() const { return TryLoc; } in getTryLoc() function
1160 Record.AddSourceLocation(S->getTryLoc()); in VisitCXXTryStmt()1751 Record.AddSourceLocation(S->getTryLoc()); in VisitSEHTryStmt()
6910 return getDerived().RebuildCXXTryStmt(S->getTryLoc(), TryBlock.get(), in TransformCXXTryStmt()7119 return getDerived().RebuildSEHTryStmt(S->getIsCXXTry(), S->getTryLoc(), in TransformSEHTryStmt()
5177 SourceLocation ToTryLoc = Importer.Import(S->getTryLoc()); in VisitCXXTryStmt()