Searched refs:getBreakLoc (Results 1 – 6 of 6) sorted by relevance
2764 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2767 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2768 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
1502 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
1064 found(Break, B->getBreakLoc()); in VisitBreakStmt()
256 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
2008 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
6579 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()