Searched refs:getCatchLoc (Results 1 – 6 of 6) sorted by relevance
48 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
647 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
1134 Catch->getCatchLoc()); in VisitCXXCatchStmt()
9159 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()
1659 Record.AddSourceLocation(S->getCatchLoc()); in VisitCXXCatchStmt()
7435 auto ToCatchLoc = importChecked(Err, S->getCatchLoc()); in VisitCXXCatchStmt()