Searched refs:getSwitchLoc (Results 1 – 4 of 4) sorted by relevance
2019 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function2044 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
176 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
6726 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()6733 = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), Init.get(), Cond); in TransformSwitchStmt()6743 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
5740 S->getBody(), S->getSwitchLoc()); in VisitSwitchStmt()