Searched refs:getSwitchLoc (Results 1 – 5 of 5) sorted by relevance
2258 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function2287 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
1430 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
180 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
7404 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()7411 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()7422 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
6227 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()