Searched defs:visitedTypes (Results 1 – 4 of 4) sorted by relevance
18 const visitedTypes: Type[] = []; // Sparse array from id to type constant
8626 visitedTypes: Set<number> | undefined; property
28 visitedTypes = []; field in DeclarationsWalker
1795 const { visitedTypes } = symbolWalker.walkType(type); constant