Searched refs:getCaseParent (Results 1 – 1 of 1) sorted by relevance
67 Stmt *Parent = getCaseParent(Curr); in VisitSwitchStmt()71 if (getCaseParent(Curr) != Parent) in VisitSwitchStmt()87 Stmt *getCaseParent(SwitchCase *S) { in getCaseParent() function in __anon039343560111::CaseCollector