Searched refs:getFullMatch (Results 1 – 3 of 3) sorted by relevance
41 … getFullMatch(candidateContainers: readonly string[], candidate: string): PatternMatch | undefined; method112 …getFullMatch: (containers, candidate) => getFullMatch(containers, candidate, dotSeparatedSegments,…118 …function getFullMatch(candidateContainers: readonly string[], candidate: string, dotSeparatedSegme… function
46 const fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
330 …assert.deepEqual(ts.createPatternMatcher(pattern)!.getFullMatch(dottedContainer.split("."), candid…