Home
last modified time | relevance | path

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

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DSwitchStmt.java36 public final class SwitchStmt extends Statement { class
42 public SwitchStmt() { in SwitchStmt() method in SwitchStmt
45 public SwitchStmt(final Expression selector, in SwitchStmt() method in SwitchStmt
51 public SwitchStmt(Range range, final Expression selector, in SwitchStmt() method in SwitchStmt
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DSwitchStmt.java33 public final class SwitchStmt extends Statement { class
39 public SwitchStmt() { in SwitchStmt() method in SwitchStmt
42 public SwitchStmt(final Expression selector, in SwitchStmt() method in SwitchStmt
48 public SwitchStmt(final int beginLine, final int beginColumn, in SwitchStmt() method in SwitchStmt
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DSwitchStmt.java50 public final class SwitchStmt extends Statement { class
56 public SwitchStmt() { in SwitchStmt() method in SwitchStmt
61 public SwitchStmt(final Expression selector, final NodeList<SwitchEntryStmt> entries) { in SwitchStmt() method in SwitchStmt
69 … public SwitchStmt(TokenRange tokenRange, Expression selector, NodeList<SwitchEntryStmt> entries) { in SwitchStmt() method in SwitchStmt
/external/clang/include/clang/Sema/
DScopeInfo.h42 class SwitchStmt; variable
DSema.h163 class SwitchStmt; variable
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp86 SwitchStmt, enumerator
DCGStmtOpenMP.cpp2198 auto *SwitchStmt = CGF.Builder.CreateSwitch( in EmitSections() local
/external/clang/lib/AST/
DStmt.cpp828 SwitchStmt::SwitchStmt(const ASTContext &C, Stmt *init, VarDecl *Var, in SwitchStmt() function in SwitchStmt
/external/v8/tools/gcmole/
Dgcmole.cc1071 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h49 class SwitchStmt; variable
971 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3410 SwitchStmt, AbstractConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument
5105 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp977 StatementMatcher SwitchStmt = in TEST() local