Home
last modified time | relevance | path

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

/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/kernel/
H A Dtypespec.ex905 defp expand_remote({:__aliases__, _, _} = alias, env) do function
920 defp expand_remote(other, env), do: Macro.expand(other, env) function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/kernel/
H A Dtypespec.ex907 defp expand_remote({:__aliases__, _, _} = alias, env) do function
922 defp expand_remote(other, env), do: Macro.expand(other, env) function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_expand.erl812 expand_remote(Receiver, DotMeta, Right, Meta, Args, S, SL, #{context := Context} = E) when is_atom(… function
838 expand_remote(Receiver, DotMeta, Right, Meta, Args, _, _, E) -> function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_expand.erl790 expand_remote(Receiver, DotMeta, Right, Meta, Args, #{context := Context} = E, EL) when is_atom(Rec… function
816 expand_remote(Receiver, DotMeta, Right, Meta, Args, E, _) -> function