Searched refs:getCatchLoc (Results 1 – 5 of 5) sorted by relevance
49 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
598 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
1260 Record.AddSourceLocation(S->getCatchLoc()); in VisitCXXCatchStmt()
5883 S->getCatchLoc(), S->getExceptionDecl(), S->getHandlerBlock()); in VisitCXXCatchStmt()
7414 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()