Searched refs:getThrowLoc (Results 1 – 10 of 10) sorted by relevance
38 : MatchedStmt->getThrowLoc(); in check()
373 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()
515 SourceLocation getThrowLoc() const { in getThrowLoc() function
1503 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1739 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
367 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8133 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()12015 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6240 return Entity.getThrowLoc(); in getInitializationLoc()
1076 found(Throw, T->getThrowLoc()); in VisitCXXThrowExpr()
6738 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()7518 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()