Searched refs:getBreakLoc (Results 1 – 5 of 5) sorted by relevance
2987 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2990 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2991 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
1502 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
321 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
2018 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
6964 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()