Home
last modified time | relevance | path

Searched defs:getArkFile (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceBase.ts39 public getArkFile(): ArkFile { method in SourceBase
DSourceTransformer.ts82 getArkFile(): ArkFile; method
DSourceBody.ts89 public getArkFile(): ArkFile { method in SourceBody
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts534 export function getArkFile(im: FromInfo): ArkFile | null | undefined { function