Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DLibraryTypeCallDiagnosticChecker.ts220 const typeText = isTypeError ? constant
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dcreate_type_help_items_test.cpp123 const auto typeText = "T"; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2244 const typeText = this.tsTypeChecker.typeToString(type); constant
2308 const typeText = this.tsTypeChecker.typeToString(type); constant
2356 const typeText = this.tsTypeChecker.typeToString(type); constant
4558 const typeText = this.tsTypeChecker.typeToString(type); constant
7035 const typeText = typeNode.getText(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3348 const typeText = this.typeChecker.typeToString(type); constant