Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 __anon2f6a04b40111::CaseCollector