Home
last modified time | relevance | path

Searched defs:SwitchCase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h88 class SwitchCase; variable
H A DASTReader.h101 class SwitchCase; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h271 friend class SwitchCase; variable
1533 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase() function
1538 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7160 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P()