Home
last modified time | relevance | path

Searched refs:getCaseParent (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp67 Stmt *Parent = getCaseParent(Curr); in VisitSwitchStmt()
71 if (getCaseParent(Curr) != Parent) in VisitSwitchStmt()
88 Stmt *getCaseParent(SwitchCase *S) { in getCaseParent() function in __anon7c75b5e40111::CaseCollector