Searched refs:getCatchLoc (Results 1 – 4 of 4) sorted by relevance
49 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
556 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
1090 Writer.AddSourceLocation(S->getCatchLoc(), Record); in VisitCXXCatchStmt()
6136 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()