Home
last modified time | relevance | path

Searched refs:hiPath (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/
H A DTest.hs80 let hiPath = hiDir $ hsc_dflags $ hscEnv sess function
81 return $ Right (toJSON hiPath)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/
H A DTest.hs80 let hiPath = hiDir $ hsc_dflags $ hscEnv sess function
81 return $ Right (toJSON hiPath)
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DPackage.hs1096 let hiPath =
1100 dumpHIExists <- liftIO $ D.doesFileExist hiPath
1102 then parseHI hiPath
1108 parseHI hiPath = do function
1110 result <- liftIO $ Iface.fromFile hiPath `catchAnyDeep` \e -> pure (Left (show e))
1115 , style File $ fromString hiPath
1128 , style File $ fromString hiPath
/dports/devel/cscope/cscope-15.9/contrib/
H A Dcctree.vim2830 function! s:DisplayTree.mGetNotationalTxt(depth, hiDepth, hiSym, hiPath) dict argument
2835 return self.mBuildNotationalTxt(a:depth, a:hiDepth, a:hiSym, a:hiPath)
2839 function! s:DisplayTree.mBuildNotationalTxt(depth, hiDepth, hiSym, hiPath) dict argument
2893 if a:hiDepth == curDepth && a:hiPath == 1
2903 if a:hiDepth == curDepth && a:hiPath == 1