Searched refs:getThrowLoc (Results 1 – 8 of 8) sorted by relevance
348 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1204 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1215 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1218 return getThrowLoc(); in getEndLoc()
509 SourceLocation getThrowLoc() const { in getThrowLoc() function
1505 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1741 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
367 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8027 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()11734 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6181 return Entity.getThrowLoc(); in getInitializationLoc()
6627 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()7388 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()