Searched refs:getThrowLoc (Results 1 – 6 of 6) sorted by relevance
328 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
713 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
350 SourceLocation getThrowLoc() const { in getThrowLoc() function
999 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()1197 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
5730 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()7199 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
4460 return Entity.getThrowLoc(); in getInitializationLoc()