Searched refs:getThrowLoc (Results 1 – 7 of 7) 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
1091 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()1297 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
6462 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()8644 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
5256 return Entity.getThrowLoc(); in getInitializationLoc()
5012 SourceLocation ToAtThrowLoc = Importer.Import(S->getThrowLoc()); in VisitObjCAtThrowStmt()