Searched refs:getThrowLoc (Results 1 – 6 of 6) sorted by relevance
327 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
824 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
399 SourceLocation getThrowLoc() const { in getThrowLoc() function
1073 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()1278 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
6024 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()7884 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
4984 return Entity.getThrowLoc(); in getInitializationLoc()