Module Merlin_analysis.Occurrences

type t = {
  1. occurrences : Query_protocol.occurrence list;
  2. status : Query_protocol.occurrences_status;
}
val locs_of : config:Merlin_kernel.Mconfig.t -> env:Ocaml_typing.Env.t -> typer_result:Merlin_kernel.Mtyper.result -> pos:Lexing.position -> scope:[ `Project | `Buffer | `Renaming ] -> string -> t