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()
7427 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()7434 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()7445 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
6356 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()