Searched refs:getThrowLoc (Results 1 – 6 of 6) sorted by relevance
329 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
831 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
399 SourceLocation getThrowLoc() const { in getThrowLoc() function
1079 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()1285 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
6286 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()8392 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
5075 return Entity.getThrowLoc(); in getInitializationLoc()