Home
last modified time | relevance | path

Searched defs:SwitchStmt (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h41 class SwitchStmt; variable
DSema.h160 class SwitchStmt; variable
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp81 SwitchStmt, enumerator
DCGStmtOpenMP.cpp1676 auto *SwitchStmt = CGF.Builder.CreateSwitch( in EmitSections() local
/external/clang/lib/AST/
DStmt.cpp819 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt
/external/v8/tools/gcmole/
Dgcmole.cc1039 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h49 class SwitchStmt; variable
952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4463 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument