Searched defs:visitedTypes (Results 1 – 3 of 3) sorted by relevance
19 const visitedTypes: Type[] = []; // Sparse array from id to type constant
15 private visitedTypes: ts.Type[] = []; property in DeclarationsWalker
1738 const { visitedTypes } = symbolWalker.walkType(type); constant