Home
last modified time | relevance | path

Searched defs:getIntersectingMeaningFromDeclarations (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DfindAllReferences.ts953 …const searchMeaning = node ? getIntersectingMeaningFromDeclarations(node, symbol) : SemanticMeanin… constant
2326 …export function getIntersectingMeaningFromDeclarations(node: Node, symbol: Symbol): SemanticMeanin… function