Searched refs:judgmentTypedeclaration (Results 1 – 1 of 1) sorted by relevance
944 …if (judgmentTypedeclaration(type) && observedClassCollection.has(type.typeName.escapedText.toStrin…949 …if (judgmentTypedeclaration(types[i]) && !observedClassCollection.has(types[i].typeName.escapedTex…958 function judgmentTypedeclaration(type: ts.TypeNode): boolean { function