Home
last modified time | relevance | path

Searched defs:parseGoHandle (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go29 type parseGoHandle struct { struct
30 handle *memoize.Handle
31 file source.FileHandle
32 mode source.ParseMode
59 func (h *parseGoHandle) File() source.FileHandle {
63 func (h *parseGoHandle) Mode() source.ParseMode {
67 func (h *parseGoHandle) Parse(ctx context.Context) (*ast.File, error) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go28 type parseGoHandle struct { struct
29 handle *memoize.Handle
30 file source.FileHandle
31 mode source.ParseMode
58 func (h *parseGoHandle) File() source.FileHandle {
62 func (h *parseGoHandle) Mode() source.ParseMode {
66 func (h *parseGoHandle) Parse(ctx context.Context) (*ast.File, error) {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/cache/
H A Dparse.go35 type parseGoHandle struct { struct
36 handle *memoize.Handle
37 file source.FileHandle
38 mode source.ParseMode
67 func (h *parseGoHandle) File() source.FileHandle {
71 func (h *parseGoHandle) Mode() source.ParseMode {
75 …c (h *parseGoHandle) Parse(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
84 … (h *parseGoHandle) Cached(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go35 type parseGoHandle struct { struct
36 handle *memoize.Handle
37 file source.FileHandle
38 mode source.ParseMode
67 func (h *parseGoHandle) File() source.FileHandle {
71 func (h *parseGoHandle) Mode() source.ParseMode {
75 …c (h *parseGoHandle) Parse(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
84 func (h *parseGoHandle) Cached() (*ast.File, *protocol.ColumnMapper, error, error) {
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go35 type parseGoHandle struct { struct
36 handle *memoize.Handle
37 file source.FileHandle
38 mode source.ParseMode
68 func (h *parseGoHandle) File() source.FileHandle {
72 func (h *parseGoHandle) Mode() source.ParseMode {
76 …c (h *parseGoHandle) Parse(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
85 func (h *parseGoHandle) Cached() (*ast.File, *protocol.ColumnMapper, error, error) {
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go35 type parseGoHandle struct { struct
36 handle *memoize.Handle
37 file source.FileHandle
38 mode source.ParseMode
68 func (pgh *parseGoHandle) String() string {
72 func (pgh *parseGoHandle) File() source.FileHandle {
76 func (pgh *parseGoHandle) Mode() source.ParseMode {
80 …(pgh *parseGoHandle) Parse(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
89 func (pgh *parseGoHandle) Cached() (*ast.File, *protocol.ColumnMapper, error, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go35 type parseGoHandle struct { struct
36 handle *memoize.Handle
37 file source.FileHandle
38 mode source.ParseMode
68 func (pgh *parseGoHandle) String() string {
72 func (pgh *parseGoHandle) File() source.FileHandle {
76 func (pgh *parseGoHandle) Mode() source.ParseMode {
80 …(pgh *parseGoHandle) Parse(ctx context.Context) (*ast.File, *protocol.ColumnMapper, error, error) {
89 func (pgh *parseGoHandle) Cached() (*ast.File, *protocol.ColumnMapper, error, error) {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go36 type parseGoHandle struct { struct
37 handle *memoize.Handle
38 file source.FileHandle
39 mode source.ParseMode
40 astCacheHandle *memoize.Handle
54 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
81 func (pgh *parseGoHandle) String() string {
85 func (pgh *parseGoHandle) File() source.FileHandle {
89 func (pgh *parseGoHandle) Mode() source.ParseMode {
99 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
41 astCacheHandle *memoize.Handle
53 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
80 func (pgh *parseGoHandle) String() string {
84 func (pgh *parseGoHandle) File() source.FileHandle {
88 func (pgh *parseGoHandle) Mode() source.ParseMode {
98 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go34 type parseGoHandle struct { struct
35 handle *memoize.Handle
36 file source.FileHandle
37 mode source.ParseMode
66 func (pgh *parseGoHandle) String() string {
70 func (pgh *parseGoHandle) File() source.FileHandle {
74 func (pgh *parseGoHandle) Mode() source.ParseMode {
78 …rseGoHandle) Parse(ctx context.Context) (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
87 func (pgh *parseGoHandle) Cached() (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go34 type parseGoHandle struct { struct
35 handle *memoize.Handle
36 file source.FileHandle
37 mode source.ParseMode
66 func (pgh *parseGoHandle) String() string {
70 func (pgh *parseGoHandle) File() source.FileHandle {
74 func (pgh *parseGoHandle) Mode() source.ParseMode {
78 …rseGoHandle) Parse(ctx context.Context) (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
87 func (pgh *parseGoHandle) Cached() (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go34 type parseGoHandle struct { struct
35 handle *memoize.Handle
36 file source.FileHandle
37 mode source.ParseMode
66 func (pgh *parseGoHandle) String() string {
70 func (pgh *parseGoHandle) File() source.FileHandle {
74 func (pgh *parseGoHandle) Mode() source.ParseMode {
78 …rseGoHandle) Parse(ctx context.Context) (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
87 func (pgh *parseGoHandle) Cached() (*ast.File, []byte, *protocol.ColumnMapper, error, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
52 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
73 func (pgh *parseGoHandle) String() string {
77 func (pgh *parseGoHandle) File() source.FileHandle {
81 func (pgh *parseGoHandle) Mode() source.ParseMode {
91 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dparse.go37 type parseGoHandle struct { struct
38 handle *memoize.Handle
39 file source.FileHandle
40 mode source.ParseMode
52 func (s *snapshot) parseGoHandle(ctx context.Context, fh source.FileHandle, mode source.ParseMode) … func
73 func (pgh *parseGoHandle) String() string {
77 func (pgh *parseGoHandle) File() source.FileHandle {
81 func (pgh *parseGoHandle) Mode() source.ParseMode {
91 func (s *snapshot) parseGo(ctx context.Context, pgh *parseGoHandle) (*source.ParsedGoFile, bool, er…

123