Home
last modified time | relevance | path

Searched defs:moduleNameString (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Unit/Module/
H A DName.hs75 moduleNameString (ModuleName mod) = unpackFS mod function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DName.hs75 moduleNameString (ModuleName mod) = unpackFS mod function
/dports/devel/coursier/coursier-1.1.0-M12/modules/core/shared/src/main/scala/coursier/
H A Dpackage.scala123 implicit def moduleNameString(sc: StringContext): SafeModuleName = method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DJavaSearchNameEnvironment.java336 String moduleNameString = String.valueOf(moduleName); in getModulesDeclaringPackage() local
381 String moduleNameString = LookupStrategy.getStringName(moduleName); in hasCompilationUnit() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
H A DFileSystem.java458 String moduleNameString = String.valueOf(moduleName); in internalFindClass() local
575 String moduleNameString = String.valueOf(moduleName); in getModulesDeclaringPackage() local
633 String moduleNameString = String.valueOf(moduleName); in hasCompilationUnit() local
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/src/Documentation/Haddock/
H A DParser.hs250 moduleNameString = modid `maybeFollowedBy` anchor_ function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DParser.hs251 moduleNameString = modid `maybeFollowedBy` anchor_ function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DParser.hs251 moduleNameString = modid `maybeFollowedBy` anchor_ function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DModule.hs379 moduleNameString (ModuleName mod) = unpackFS mod function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DModule.hs379 moduleNameString (ModuleName mod) = unpackFS mod function
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DTypes.hs1373 moduleNameString = Distribution.Text.display function