Home
last modified time | relevance | path

Searched refs:ParentIs (Results 1 – 10 of 10) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/
H A DReader.hs499 | ParentIs { par_is :: Name } constructor
504 ppr (ParentIs n) = text "parent:" <> ppr n
508 plusParent p1@(ParentIs _) p2 = hasParent p1 p2
509 plusParent p1 p2@(ParentIs _) = hasParent p2 p1
746 | otherwise = ParentIs m
749 availParent (AvailTC m _) = ParentIs m
756 ParentIs n -> Just n
799 ParentIs {} -> AvailTC m (insertChildIntoChildren m ns (gre_name gre))
804 ParentIs p -> AvailTC p [child]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/
H A DReader.hs472 | ParentIs { par_is :: Name } constructor
479 ppr (ParentIs n) = text "parent:" <> ppr n
485 plusParent p1@(ParentIs _) p2 = hasParent p1 p2
487 plusParent p1 p2@(ParentIs _) = hasParent p2 p1
685 | otherwise = ParentIs m
690 ParentIs n -> Just n
734 ParentIs {} -> AvailTC m (insertChildIntoChildren m ns name) fls
740 ParentIs p -> AvailTC p [me] []
/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 DRdrName.hs472 | ParentIs { par_is :: Name } constructor
479 ppr (ParentIs n) = text "parent:" <> ppr n
485 plusParent p1@(ParentIs _) p2 = hasParent p1 p2
487 plusParent p1 p2@(ParentIs _) = hasParent p2 p1
685 | otherwise = ParentIs m
690 ParentIs n -> Just n
734 ParentIs {} -> AvailTC m (insertChildIntoChildren m ns name) fls
740 ParentIs p -> AvailTC p [me] []
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DRdrName.hs472 | ParentIs { par_is :: Name } constructor
479 ppr (ParentIs n) = text "parent:" <> ppr n
485 plusParent p1@(ParentIs _) p2 = hasParent p1 p2
487 plusParent p1 p2@(ParentIs _) = hasParent p2 p1
685 | otherwise = ParentIs m
690 ParentIs n -> Just n
734 ParentIs {} -> AvailTC m (insertChildIntoChildren m ns name) fls
740 ParentIs p -> AvailTC p [me] []
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnExports.hs273 expand_tyty_gre (gre@GRE { gre_name = me, gre_par = ParentIs p })
609 checkPatSynParent _ (ParentIs {}) _
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnEnv.hs636 ParentIs cur_parent -> Just cur_parent
1274 ParentIs p -> mi_warn_fn (mi_final_exts iface) (nameOccName p)
H A DRnNames.hs1183 ParentIs p -> extendNameEnv_Acc (:) singleton env p gre
H A DRnSource.hs1433 ParentIs { par_is = p } -> p function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/Completions/
H A DLogic.hs387 ParentIs n' -> (Just . T.pack $ printName n', nameOccName n)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/Completions/
H A DLogic.hs387 ParentIs n' -> (Just . T.pack $ printName n', nameOccName n)