Home
last modified time | relevance | path

Searched refs:ImportDecl (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DImports.hs16 import Language.Haskell.Exts.Syntax ( ImportDecl(..), ModuleName(..) )
18 moduleName :: ImportDecl a -> String
32 , stGroups :: M.Map Int (ImportsGroup, [ImportDecl a])
33 , stRest :: [ImportDecl a]
44 sortImports :: [ImportDecl a] -> [ImportDecl a]
47 groupImports :: Int -> [ImportDecl a] -> [[ImportDecl a]]
55 placeImport :: ImportDecl a -> State (St a) ()
64 splitImports :: [ImportsGroup] -> [ImportDecl a] -> [[ImportDecl a]]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/python/
H A Dimport_decl.hpp26 void ImportDecl( in ImportDecl() function
53 void ImportDecl( in ImportDecl() function
66 void ImportDecl( in ImportDecl() function
83 void ImportDecl(util::ParamData& d, in ImportDecl() function
87 ImportDecl<typename std::remove_pointer<T>::type>(d, *((size_t*) indent)); in ImportDecl()
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DImpExp.hs49 type LImportDecl pass = XRec pass (ImportDecl pass)
55 type instance Anno (ImportDecl (GhcPass p)) = SrcSpanAnnA
83 data ImportDecl pass type
84 = ImportDecl { constructor
140 simpleImportDecl :: ModuleName -> ImportDecl GhcPs
141 simpleImportDecl mn = ImportDecl {
156 => Outputable (ImportDecl (GhcPass p)) where
157 ppr (ImportDecl { ideclSourceSrc = mSrcText, ideclName = mod'
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DImpExp.hs46 type LImportDecl pass = Located (ImportDecl pass)
79 data ImportDecl pass type
80 = ImportDecl { constructor
115 simpleImportDecl :: ModuleName -> ImportDecl (GhcPass p)
116 simpleImportDecl mn = ImportDecl {
130 => Outputable (ImportDecl (GhcPass p)) where
131 ppr (ImportDecl { ideclSourceSrc = mSrcText, ideclName = mod'
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DImpExp.hs46 type LImportDecl pass = Located (ImportDecl pass)
79 data ImportDecl pass type
80 = ImportDecl { constructor
115 simpleImportDecl :: ModuleName -> ImportDecl (GhcPass p)
116 simpleImportDecl mn = ImportDecl {
130 => Outputable (ImportDecl (GhcPass p)) where
131 ppr (ImportDecl { ideclSourceSrc = mSrcText, ideclName = mod'
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DImpExp.hs46 type LImportDecl pass = Located (ImportDecl pass)
79 data ImportDecl pass type
80 = ImportDecl { constructor
115 simpleImportDecl :: ModuleName -> ImportDecl (GhcPass p)
116 simpleImportDecl mn = ImportDecl {
130 => Outputable (ImportDecl (GhcPass p)) where
131 ppr (ImportDecl { ideclSourceSrc = mSrcText, ideclName = mod'
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/ast/astutil/
H A Dutil.go110 var imports *ast.ImportDecl
127 case *ast.ImportDecl:
145 imports = &ast.ImportDecl{}
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DParser.hs61 instance Parseable (ImportDecl SrcSpanInfo) where parser = normalParserNoFixity mparseImportDecl
145 parseImportDecl :: String -> ParseResult (ImportDecl SrcSpanInfo)
149 parseImportDeclWithMode :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo)
153 parseImportDeclWithComments :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo, [Comment…
215 [ImportDecl l]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/
H A DImports.hs31 g (L l ImportDecl {..}) =
34 ImportDecl
46 combineImports (L lx ImportDecl {..}) (L _ y) =
49 ImportDecl
76 importId (L _ ImportDecl {..}) =
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/
H A DImports.hs37 g (L l ImportDecl {..}) =
40 ImportDecl
51 combineImports (L lx ImportDecl {..}) (L _ y) =
54 ImportDecl
80 importId (L _ ImportDecl {..}) =
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DParser.hs61 instance Parseable (ImportDecl SrcSpanInfo) where parser = normalParserNoFixity mparseImportDecl
145 parseImportDecl :: String -> ParseResult (ImportDecl SrcSpanInfo)
149 parseImportDeclWithMode :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo)
153 parseImportDeclWithComments :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo, [Comment…
215 [ImportDecl l]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DParser.hs61 instance Parseable (ImportDecl SrcSpanInfo) where parser = normalParserNoFixity mparseImportDecl
145 parseImportDecl :: String -> ParseResult (ImportDecl SrcSpanInfo)
149 parseImportDeclWithMode :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo)
153 parseImportDeclWithComments :: ParseMode -> String -> ParseResult (ImportDecl SrcSpanInfo, [Comment…
215 [ImportDecl l]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/Haskell/
H A DSyntax.hs9 data Module = Module ModuleName [ModulePragma] [ImportDecl] [Decl]
15 data ImportDecl = ImportDecl type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/
H A DImports.hs37 g (L l ImportDecl {..}) =
40 ImportDecl
52 combineImports (L lx ImportDecl {..}) (L _ y) =
55 ImportDecl
82 importId (L _ ImportDecl {..}) =
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
56 virtual bool handleModuleOccurence(const ImportDecl *ImportD,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()

12345678910>>...39