Searched refs:getBreakLoc (Results 1 – 5 of 5) sorted by relevance
2776 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2779 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2780 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
1502 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
256 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
2008 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
6715 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()