Home
last modified time | relevance | path

Searched defs:caseBlock (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/m133/src/sksl/ir/
DSkSLSwitchStatement.h36 std::unique_ptr<Statement> caseBlock) in SwitchStatement()
66 std::unique_ptr<Statement>& caseBlock() { in caseBlock() function
70 const std::unique_ptr<Statement>& caseBlock() const { in caseBlock() function
DSkSLSwitchStatement.cpp84 static bool block_for_case(Statement* caseBlock, SwitchCase* caseToCapture) { in block_for_case()
219 std::unique_ptr<Statement> caseBlock) { in Make()
/third_party/typescript/src/services/
Dbreakpoints.ts626 const caseBlock = node.parent as CaseBlock; constant
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts1778 const caseBlock = node.caseBlock; constant
/third_party/typescript/lib/
Dtypescript.d.ts1688 readonly caseBlock: CaseBlock; property
Dtsserverlibrary.d.ts5691 readonly caseBlock: CaseBlock; property
DtypingsInstaller.js15699 function createSwitchStatement(expression, caseBlock) { argument
15706 function updateSwitchStatement(node, expression, caseBlock) { argument
Dtsc.js20990 function createSwitchStatement(expression, caseBlock) { argument
20997 function updateSwitchStatement(node, expression, caseBlock) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1688 readonly caseBlock: CaseBlock; property
Dtsserverlibrary.d.ts5691 readonly caseBlock: CaseBlock; property