HomeSort by relevance Sort by last modified time
    Searched defs:SwitchCase (Results 1 - 17 of 17) sorted by null

  /external/skia/src/sksl/ir/
SkSLSwitchCase.h 19 struct SwitchCase : public Statement {
20 SwitchCase(Position position, std::unique_ptr<Expression> value,
  /external/clang/include/clang/AST/
Stmt.h 647 // SwitchCase is the base class for CaseStmt and DefaultStmt,
648 class SwitchCase : public Stmt {
652 SwitchCase *NextSwitchCase;
656 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
660 SwitchCase(StmtClass SC, EmptyShell)
664 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
666 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
668 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
677 return const_cast<SwitchCase*>(this)->getSubStmt();
689 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
672 class SwitchCase : public Stmt {
676 SwitchCase *NextSwitchCase;
680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
684 SwitchCase(StmtClass SC, EmptyShell)
688 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
690 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
692 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
701 return const_cast<SwitchCase*>(this)->getSubStmt();
713 class CaseStmt : public SwitchCase {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 553 milliseconds