Searched refs:getBreakLoc (Results 1 – 10 of 10) sorted by relevance
2699 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function2702 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()2703 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
1463 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
920 found(Break, B->getBreakLoc()); in VisitBreakStmt()
1340 SourceLocation getBreakLoc() const { return BreakLoc; } in getBreakLoc() function
253 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
212 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
1558 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
1690 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
5142 SourceLocation ToBreakLoc = Importer.Import(S->getBreakLoc()); in VisitBreakStmt()
6262 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()