Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h40 class SwitchStmt; variable
DSema.h159 class SwitchStmt; variable
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp240 SwitchStmt, enumerator
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc1039 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h48 class SwitchStmt; variable
952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3573 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
/external/clang/lib/AST/
DStmt.cpp882 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt