reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 2073   static SwitchStmt *Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var,

References

tools/clang/lib/AST/ASTImporter.cpp
 5863   auto *ToStmt = SwitchStmt::Create(Importer.getToContext(), ToInit,
tools/clang/lib/Sema/SemaStmt.cpp
  749   auto *SS = SwitchStmt::Create(Context, InitStmt, Cond.get().first, CondExpr);