Home
last modified time | relevance | path

Searched refs:isInterfaceScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts43 isInterfaceScope,
220 if (isInterfaceScope(scope)) {
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts94 export function isInterfaceScope(scope: Scope): boolean { function