Home
last modified time | relevance | path

Searched defs:SwitchStmt (Results 1 – 20 of 20) 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.java73 public class SwitchStmt extends Statement implements SwitchNode { class
79 public SwitchStmt() { in SwitchStmt() method in SwitchStmt
84 public SwitchStmt(final Expression selector, final NodeList<SwitchEntry> entries) { in SwitchStmt() method in SwitchStmt
92 public SwitchStmt(TokenRange tokenRange, Expression selector, NodeList<SwitchEntry> entries) { in SwitchStmt() method in SwitchStmt
/external/llvm-project/clang/test/CodeGenCXX/
Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/external/clang/include/clang/Sema/
DScopeInfo.h42 class SwitchStmt; variable
DSema.h163 class SwitchStmt; variable
/external/llvm-project/clang/lib/AST/
DStmt.cpp1030 SwitchStmt::SwitchStmt(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, in SwitchStmt() function in SwitchStmt
1051 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() function in SwitchStmt
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp86 SwitchStmt, enumerator
DCGStmtOpenMP.cpp2198 auto *SwitchStmt = CGF.Builder.CreateSwitch( in EmitSections() local
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h59 class SwitchStmt; variable
DSema.h184 class SwitchStmt; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp98 SwitchStmt, enumerator
DCGStmtOpenMP.cpp3450 llvm::SwitchInst *SwitchStmt = in EmitSections() local
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4859 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_POLYMORPHIC_MATCHER_P() argument
4876 SwitchStmt, AbstractConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument
6872 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
/external/clang/lib/AST/
DStmt.cpp828 SwitchStmt::SwitchStmt(const ASTContext &C, Stmt *init, VarDecl *Var, in SwitchStmt() function in SwitchStmt
/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
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1576 StatementMatcher SwitchStmt = in TEST() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h180 friend class SwitchStmt; variable