Searched refs:getSwitchLoc (Results 1 – 6 of 6) sorted by relevance
2319 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function2348 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
1435 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
1185 Result.push_back(SS->getSwitchLoc()); // Highlight the switch. in relatedControlFlow()
182 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
7530 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()7537 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()7548 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
6467 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()