Searched refs:getBreakLoc (Results 1 – 4 of 4) sorted by relevance
2419 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2422 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2423 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
246 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
1620 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
5860 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()