Searched refs:getSwitchLoc (Results 1 – 5 of 5) sorted by relevance
2527 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function2556 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
1435 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
247 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
7793 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()7800 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()7811 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
6852 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()