Searched refs:getSwitchLoc (Results 1 – 4 of 4) sorted by relevance
1007 SourceLocation getSwitchLoc() const { return SwitchLoc; } in getSwitchLoc() function
148 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
6327 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()6334 = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), in TransformSwitchStmt()6345 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
5029 ToStmt->setSwitchLoc(Importer.Import(S->getSwitchLoc())); in VisitSwitchStmt()