Searched defs:getIntersectingMeaningFromDeclarations (Results 1 – 1 of 1) sorted by relevance
953 …const searchMeaning = node ? getIntersectingMeaningFromDeclarations(node, symbol) : SemanticMeanin… constant2326 …export function getIntersectingMeaningFromDeclarations(node: Node, symbol: Symbol): SemanticMeanin… function