Home
last modified time | relevance | path

Searched defs:isStructDeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/utils/functions/
DIsStruct.ts35 export function isStructDeclaration(node: ts.Node) { function
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1183 public isStructDeclaration(node: ts.Node) { method in TsUtils