Searched refs:getThrowLoc (Results 1 – 8 of 8) sorted by relevance
373 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
1210 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function1221 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()1224 return getThrowLoc(); in getEndLoc()
529 SourceLocation getThrowLoc() const { in getThrowLoc() function
1501 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()1737 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
371 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
8243 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()12181 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
6559 return Entity.getThrowLoc(); in getInitializationLoc()
6874 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()7654 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()