Searched defs:SwitchCase (Results 1 – 4 of 4) sorted by relevance
88 class SwitchCase; variable
101 class SwitchCase; variable
271 friend class SwitchCase; variable1533 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase() function1538 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() function
7160 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P()