Home
last modified time | relevance | path

Searched refs:isRdrDataCon (Results 1 – 12 of 12) 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.hs36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual,
244 isRdrDataCon :: RdrName -> Bool
248 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs67 (L _ (HsVar _ (L _ x))) -> isRdrDataCon x
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs67 (L _ (HsVar _ (L _ x))) -> isRdrDataCon x
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/
H A DReader.hs36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual,
226 isRdrDataCon :: RdrName -> Bool
230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) 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 DRdrName.hs36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual,
226 isRdrDataCon :: RdrName -> Bool
230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DRdrName.hs36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual,
226 isRdrDataCon :: RdrName -> Bool
230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/
H A DRdrHsSyn.hs1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args))) function
1133 | isRdrDataCon c -> do
1314 | not (isRdrDataCon f) = return (Just (cL loc f, Prefix, es, ann))
1321 | not (isRdrDataCon var) = return (Just (cL l var, Prefix, [], ann))
1342 | not (isRdrDataCon op) -- We have found the function!
2203 | isRdrDataCon (unLoc c)
2692 | isRdrDataCon c
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DRdrHsSyn.hs1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args))) function
1133 | isRdrDataCon c -> do
1314 | not (isRdrDataCon f) = return (Just (cL loc f, Prefix, es, ann))
1321 | not (isRdrDataCon var) = return (Just (cL l var, Prefix, [], ann))
1342 | not (isRdrDataCon op) -- We have found the function!
2203 | isRdrDataCon (unLoc c)
2692 | isRdrDataCon c
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/
H A DPostProcess.hs1085 | isRdrDataCon c = return . L loc $ ConPat function
1130 | isRdrDataCon c -> do
1308 | not (isRdrDataCon f) = return (Just (L loc f, Prefix, es, ann))
1312 | not (isRdrDataCon op) -- We have found the function!
2065 | isRdrDataCon (unLoc c)
2523 | isRdrDataCon c
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/
H A DPostProcess.hs1099 | isRdrDataCon c = return . L loc $ ConPat function
1148 | isRdrDataCon c -> do
1300 | not (isRdrDataCon f) = return (Just (L loc f, Prefix, es, (reverse ops) ++ cps))
1308 | not (isRdrDataCon op) -- We have found the function!
1832 | isRdrDataCon (unLoc c)
2398 | isRdrDataCon c
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs1821 checkConName name = checkErr (isRdrDataCon name) (badDataCon name)
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/
H A DThToHs.hs1553 | isRdrDataCon nm = IsPromoted function