Home
last modified time | relevance | path

Searched refs:comment_q (Results 1 – 18 of 18) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/ghc-lib/stage0/compiler/build/GHC/Parser/
H A DLexer.hs2263 comment_q :: [LEpaComment], function
2765 comment_q = [], function
2831 comment_q = comment_q' function
2838 comment_q = comment_q' function
2845 comment_q = comment_q' function
3364 comment_q = commentToAnnotation c : comment_q s function
3371 allocateComments ss comment_q =
3385 allocatePriorComments ss comment_q mheader_comments =
3388 (before,after) = partition cmp comment_q
3401 allocateFinalComments ss comment_q mheader_comments =
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/src/Language/Haskell/GHC/ExactPrint/
H A DParsers.hs430 GHC.apiAnnRogueComments = GHC.comment_q pstate
435 , Map.fromList ((GHC.noSrcSpan, GHC.comment_q pstate) : GHC.annotations_comments pstate))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Parser/
H A DCommentStream.hs70 ++ mapMaybe (liftMaybe . fmap unAnnotationComment) (GHC.comment_q pstate)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Parser/
H A DCommentStream.hs70 ++ mapMaybe (liftMaybe . fmap unAnnotationComment) (GHC.comment_q pstate)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/
H A DAll.hs186 , Map.fromList ((noSrcSpan, comment_q s) : annotations_comments s)
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/
H A DAll.hs196 , apiAnnRogueComments = comment_q s
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DLexer.x.source2001 comment_q :: [Located AnnotationComment],
2475 comment_q = [],
3108 comment_q = commentToAnnotation c : comment_q s
3111 -- | Go through the @comment_q@ in @PState@ and remove all comments
3115 let (comment_q', newAnns) = allocateComments ss (comment_q s) in
3117 comment_q = comment_q'
3125 allocateComments ss comment_q =
3127 (before,rest) = break (\(L l _) -> isSubspanOf l ss) comment_q
3129 comment_q' = before ++ after
3133 (comment_q', newAnns)
H A DLexer.hs1982 comment_q :: [Located AnnotationComment],
2456 comment_q = [], function
3089 comment_q = commentToAnnotation c : comment_q s function
3096 let (comment_q', newAnns) = allocateComments ss (comment_q s) in
3098 comment_q = comment_q' function
3106 allocateComments ss comment_q =
3108 (before,rest) = break (\(L l _) -> isSubspanOf l ss) comment_q
H A DRdrHsSyn.hs3077 , pv_comment_q = comment_q s
3082 , comment_q = pv_comment_q acc' function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/lib/Language/Haskell/Stylish/
H A DModule.hs141 $ GHC.comment_q pstate ++ (GHC.annotations_comments pstate >>= snd)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/ghc-lib/stage0/compiler/build/
H A DLexer.hs1982 comment_q :: [Located AnnotationComment],
2456 comment_q = [], function
3089 comment_q = commentToAnnotation c : comment_q s function
3096 let (comment_q', newAnns) = allocateComments ss (comment_q s) in
3098 comment_q = comment_q' function
3106 allocateComments ss comment_q =
3108 (before,rest) = break (\(L l _) -> isSubspanOf l ss) comment_q
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/ghc-lib/stage0/compiler/build/GHC/Parser/
H A DLexer.hs2197 comment_q :: [RealLocated AnnotationComment],
2690 comment_q = [], function
3286 comment_q = commentToAnnotation c : comment_q s function
3293 let (comment_q', newAnns) = allocateComments ss (comment_q s) in
3295 comment_q = comment_q' function
3303 allocateComments ss comment_q =
3305 (before,rest) = break (\(L l _) -> isRealSubspanOf l ss) comment_q
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs865 apiAnnRogueComments = comment_q pst
869 Map.fromList ((noSrcSpan,comment_q pst)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs865 apiAnnRogueComments = comment_q pst
869 Map.fromList ((noSrcSpan,comment_q pst)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/
H A DPostProcess.hs2887 , pv_comment_q = comment_q s
2892 , comment_q = pv_comment_q acc' function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscMain.hs398 M.fromList $ ((noSrcSpan,comment_q pst)
/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.hs3077 , pv_comment_q = comment_q s
3082 , comment_q = pv_comment_q acc' function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/
H A DPostProcess.hs2793 , pv_comment_q = comment_q s }
2797 , comment_q = pv_comment_q acc' } function