Searched refs:getThrowLoc (Results 1 – 8 of 8) sorted by relevance
329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1040 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1051 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1054 return getThrowLoc(); in getEndLoc()
489 SourceLocation getThrowLoc() const { in getThrowLoc() function
1236 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1450 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
348 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
7302 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()10188 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
5843 return Entity.getThrowLoc(); in getInitializationLoc()
6032 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()6744 auto Imp = importSeq(E->getSubExpr(), E->getType(), E->getThrowLoc()); in VisitCXXThrowExpr()