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