Searched defs:SwitchCase (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_token_matcher.py40 class SwitchCase(object): class in inherits:object
211 self.parent.add_case(SwitchCase(self.identifier, self.block))
H A Dmake_token_matcher_unittest.py33 from make_token_matcher import BadInput, CaseLineProcessor, MainLineProcessor, Optimizer, process_file, SwitchCase, SwitchLineProcessor namespace
42 [SwitchCase('-', None), SwitchCase('x', None)],
/external/clang/include/clang/AST/
H A DStmt.h621 // SwitchCase is the base class for CaseStmt and DefaultStmt,
622 class SwitchCase : public Stmt { class in namespace:clang
626 SwitchCase *NextSwitchCase;
630 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) function in class:clang::SwitchCase
633 SwitchCase(StmtClass SC, EmptyShell) function in class:clang::SwitchCase
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/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 476 milliseconds