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

  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher.py 40 class SwitchCase(object):
211 self.parent.add_case(SwitchCase(self.identifier, self.block))
make_token_matcher_unittest.py 33 from make_token_matcher import BadInput, CaseLineProcessor, MainLineProcessor, Optimizer, process_file, SwitchCase, SwitchLineProcessor
42 [SwitchCase('-', None), SwitchCase('x', None)],
  /external/clang/include/clang/AST/
Stmt.h 621 // SwitchCase is the base class for CaseStmt and DefaultStmt,
622 class SwitchCase : public Stmt {
626 SwitchCase *NextSwitchCase;
630 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
633 SwitchCase(StmtClass SC, EmptyShell)
637 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
639 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
641 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }
650 return const_cast<SwitchCase*>(this)->getSubStmt();
662 class CaseStmt : public SwitchCase {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 42 milliseconds