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
1494 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1730 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
367 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8004 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()11655 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6179 return Entity.getThrowLoc(); in getInitializationLoc()
6498 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()7259 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()