Searched refs:getFirstDeclaration (Results 1 – 1 of 1) sorted by relevance
895 …From(typeParameterUsages.values()).map(type => ({ type, declaration: getFirstDeclaration(type) }));1372 function getFirstDeclaration(type: Type): Declaration | undefined { function