Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts360 export function isTypeReference(tsType: Type): tsType is TypeReference { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts643 export function isTypeReference(tsType: Type): tsType is TypeReference { function
/third_party/typescript/src/services/
Dutilities.ts245 function isTypeReference(node: Node): boolean { function