Searched refs:getThrowLoc (Results 1 – 9 of 9) sorted by relevance
374 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1231 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1242 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1245 return getThrowLoc(); in getEndLoc()
1127 Throw->getThrowLoc()); in VisitCXXThrowExpr()1141 Throw->getThrowLoc()); in VisitObjCAtThrowStmt()
395 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
9046 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()14400 getSema().DiagnoseExceptionUse(E->getThrowLoc(), /* IsTry= */ false); in TransformCXXThrowExpr()14406 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
7115 return Entity.getThrowLoc(); in getInitializationLoc()
529 SourceLocation getThrowLoc() const { in getThrowLoc() function
1635 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1885 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
7572 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()8419 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()