Home
last modified time | relevance | path

Searched refs:showReferencesImpl (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Dcommands.ts223 …await showReferencesImpl(client, uri, position, locations.map(loc => lc.Location.create(loc.target…
611 async function showReferencesImpl(client: LanguageClient, uri: string, position: lc.Position, locat… function
624 await showReferencesImpl(ctx.client, uri, position, locations);
737 await showReferencesImpl(client, uri, position, locations);
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Dcommands.ts214 …await showReferencesImpl(client, uri, position, locations.map(loc => lc.Location.create(loc.target…
602 async function showReferencesImpl(client: LanguageClient, uri: string, position: lc.Position, locat… function
615 await showReferencesImpl(ctx.client, uri, position, locations);
728 await showReferencesImpl(client, uri, position, locations);