Searched refs:getSwitchLoc (Results 1 – 5 of 5) sorted by relevance
2331 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function2360 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
1435 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
182 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
7641 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()7648 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()7659 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
6603 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()