Searched refs:getThrowLoc (Results 1 – 7 of 7) sorted by relevance
329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
936 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
400 SourceLocation getThrowLoc() const { in getThrowLoc() function
1134 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1350 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
6772 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()9370 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
5395 return Entity.getThrowLoc(); in getInitializationLoc()
5313 SourceLocation ToAtThrowLoc = Importer.Import(S->getThrowLoc()); in VisitObjCAtThrowStmt()