Searched refs:getBreakLoc (Results 1 – 5 of 5) sorted by relevance
2703 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2706 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2707 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
1497 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
254 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
1970 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
6339 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()