Home
last modified time | relevance | path

Searched refs:thisInstalledUnitId (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs60 thisInstalledUnitId,
400 thisInstalledUnitId = GHC.homeUnitId function
457 setThisInstalledUnitId uid df = df { thisInstalledUnitId = uid}
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs60 thisInstalledUnitId,
400 thisInstalledUnitId = GHC.homeUnitId function
457 setThisInstalledUnitId uid df = df { thisInstalledUnitId = uid}
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDesugar.hs172 ; deps <- mkDependencies (thisInstalledUnitId (hsc_dflags hsc_env))
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DFinder.hs248 let iuid = thisInstalledUnitId dflags
H A DDynFlags.hs1044 thisInstalledUnitId :: InstalledUnitId, function
1991 thisInstalledUnitId = toInstalledUnitId mainUnitId, function
2674 default_uid = DefiniteUnitId (DefUnitId (thisInstalledUnitId dflags))
5325 setUnitId p d = d { thisInstalledUnitId = stringToInstalledUnitId p }
H A DHscTypes.hs1808 { thisInstalledUnitId = toInstalledUnitId interactiveUnitId } } function
/dports/lang/ghc/ghc-8.10.7/compiler/backpack/
H A DDriverBkp.hs175 thisInstalledUnitId =
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/session-loader/Development/IDE/
H A DSession.hs300 new_deps = RawComponentInfo (thisInstalledUnitId df) df targets cfp opts dep_info
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/session-loader/Development/IDE/
H A DSession.hs300 new_deps = RawComponentInfo (thisInstalledUnitId df) df targets cfp opts dep_info
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs677 …let ims = map (installedModule (thisInstalledUnitId $ hsc_dflags session) . moduleName . ms_mod) …
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs677 …let ims = map (installedModule (thisInstalledUnitId $ hsc_dflags session) . moduleName . ms_mod) …
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DDynFlags.hs1045 thisInstalledUnitId :: InstalledUnitId, function
1992 thisInstalledUnitId = toInstalledUnitId mainUnitId, function
2675 default_uid = DefiniteUnitId (DefUnitId (thisInstalledUnitId dflags))
5326 setUnitId p d = d { thisInstalledUnitId = stringToInstalledUnitId p }
H A DHscTypes.hs1808 { thisInstalledUnitId = toInstalledUnitId interactiveUnitId } } function
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DMkIface.hs199 (thisInstalledUnitId (hsc_dflags hsc_env))