Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h75 class SwitchCase; variable
HDASTReader.h101 class SwitchCase; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h313 friend class SwitchCase; in alignas() local
1771 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase() function
1776 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7884 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P()