Home
last modified time | relevance | path

Searched defs:heritageClause (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts48 … const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, undefined); constant
54 … const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, [undefined]); constant
64 const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, [type]); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts130 const heritageClause = classNode.heritageClauses; constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts312 for (const heritageClause of tsTypeDecl.heritageClauses) { constant
557 for (const heritageClause of typeADecl.heritageClauses) { constant