Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h68 class SwitchCase; variable
HDASTReader.h83 class SwitchCase; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h659 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase() function
663 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() function
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h4029 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P()