Searched refs:getThrowLoc (Results 1 – 8 of 8) sorted by relevance
374 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1229 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1240 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1243 return getThrowLoc(); in getEndLoc()
529 SourceLocation getThrowLoc() const { in getThrowLoc() function
1612 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1862 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
394 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8696 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()13286 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6848 return Entity.getThrowLoc(); in getInitializationLoc()
7225 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()8071 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()