Searched refs:getThrowLoc (Results 1 – 8 of 8) sorted by relevance
373 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1215 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1226 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1229 return getThrowLoc(); in getEndLoc()
529 SourceLocation getThrowLoc() const { in getThrowLoc() function
1602 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1851 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
394 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8401 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()12420 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6704 return Entity.getThrowLoc(); in getInitializationLoc()
7123 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()7969 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()