Searched refs:getThrowLoc (Results 1 – 6 of 6) sorted by relevance
327 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
609 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
308 SourceLocation getThrowLoc() const { in getThrowLoc() function
896 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()1034 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
5462 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()6797 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
3727 Loc = Entity.getThrowLoc(); in CopyObject()