Home
last modified time | relevance | path

Searched defs:arkFile (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/
DArkIRFilePrinter.ts28 arkFile: ArkFile; property in ArkIRFilePrinter
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceFilePrinter.ts50 arkFile: ArkFile; property in SourceFilePrinter
DSourceBase.ts27 protected arkFile: ArkFile; property in SourceBase
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DObservedDecoratorCheck.ts305 const arkFile = cls.getDeclaringArkFile(); constant
319 const arkFile = field.getDeclaringArkClass().getDeclaringArkFile(); constant
357 const arkFile = targetClass.getDeclaringArkFile(); constant
DCustomBuilderCheck.ts166 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
187 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DAppStorageGetCheck.ts142 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DUtils.ts147 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DModifyStateVarCheck.ts174 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DThisBindCheck.ts363 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DObjectLiteralCheck.ts383 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
DInteropDeprecatedBuiltInAPICheck.ts976 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts359 … const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.fileLanguages)); constant
390 const arkFile = new ArkFile(FileUtils.getFileLanguage(projectFile, this.fileLanguages)); constant
609 … const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.fileLanguages)); constant
852 const arkFile = this.getFile(signature.getDeclaringFileSignature()); constant
890 const arkFile = this.getFile(classSignature.getDeclaringFileSignature()); constant
1086 for (let arkFile of this.getFiles()) { variable
1485 …const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.projectScene.getFileLang… constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DFile2Check.ts31 public arkFile: ArkFile; property in File2Check
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DDotPrinter.ts175 arkFile: ArkFile; property in DotFilePrinter
DJsonPrinter.ts89 constructor(private arkFile: ArkFile) { property in JsonPrinter
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts546 const arkFile = getArkFileFromOtherModule(im); constant
559 const arkFile = getArkFileFormMap(sdk.name, processSdkPath(sdk, from), scene); constant
683 const arkFile = scene.getFile(new FileSignature(projectName, filePath + suffix)); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileRuleMapping.ts42 const arkFile = CheckerUtils.getArkFileByFilePath(checkEntry.scene, filePath); constant
DCheckEntry.ts164 const arkFile = CheckerUtils.getArkFileByFilePath(this.scene, fileIssue.filePath); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts65 for (const arkFile of arkFiles) { constant
377 const arkFile = arkMethod.getDeclaringArkFile(); constant