Searched refs:getCatchLoc (Results 1 – 10 of 10) sorted by relevance
49 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
48 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
556 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
598 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
1151 Record.AddSourceLocation(S->getCatchLoc()); in VisitCXXCatchStmt()
1517 Record.AddSourceLocation(S->getCatchLoc()); in VisitCXXCatchStmt()
5160 SourceLocation ToCatchLoc = Importer.Import(S->getCatchLoc()); in VisitCXXCatchStmt()
6284 auto ToCatchLoc = importChecked(Err, S->getCatchLoc()); in VisitCXXCatchStmt()
6884 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()
8026 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()