Home
last modified time | relevance | path

Searched defs:switchStatement (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dgenerators.ts2715 …const switchStatement = factory.createSwitchStatement(labelExpression, factory.createCaseBlock(cla… constant
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp1044 DSLStatement DSLParser::switchStatement() { in switchStatement() function in SkSL::DSLParser
/third_party/skia/m133/src/sksl/
DSkSLParser.cpp1534 std::unique_ptr<Statement> Parser::switchStatement() { in switchStatement() function in SkSL::Parser
/third_party/typescript/lib/
Dtsc.js40099 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument
40101 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent, switchStatement, clauseStart, cla… property
61738 function getSwitchClauseTypes(switchStatement) { argument
61748 function getSwitchClauseTypeOfWitnesses(switchStatement) { argument
62553 …function narrowTypeBySwitchOnDiscriminantProperty(type, access, switchStatement, clauseStart, clau… argument
62742 …function narrowTypeBySwitchOptionalChainContainment(type, switchStatement, clauseStart, clauseEnd,… argument
62746 function narrowTypeBySwitchOnDiscriminant(type, switchStatement, clauseStart, clauseEnd) { argument
62804 function narrowTypeBySwitchOnTypeOf(type, switchStatement, clauseStart, clauseEnd) { argument
Dtypescript.d.ts2220 switchStatement: SwitchStatement; property
Dtsserverlibrary.d.ts6223 switchStatement: SwitchStatement; property
DtypingsInstaller.js30337 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) { argument
30339 …return initFlowNode({ flags: 128 /* SwitchClause */, antecedent, switchStatement, clauseStart, cla… property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2220 switchStatement: SwitchStatement; property
Dtsserverlibrary.d.ts6223 switchStatement: SwitchStatement; property