Searched defs:DocumentHighlight (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
|
D | tsprotocol.go | 644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member 3543 type DocumentHighlight struct { struct 3548 Range Range `json:"range"` 3553 Kind *DocumentHighlightKind `json:"kind,omitempty"`
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
|
D | tsprotocol.go | 644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member 3543 type DocumentHighlight struct { struct 3548 Range Range `json:"range"` 3553 Kind *DocumentHighlightKind `json:"kind,omitempty"`
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec 719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
|
D | tsprotocol.go | 644 DocumentHighlight *DocumentHighlightClientCapabilities `json:"documentHighlight,omitempty"` member 3543 type DocumentHighlight struct { struct 3548 Range Range `json:"range"` 3553 Kind *DocumentHighlightKind `json:"kind,omitempty"`
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Protocol.h | 1301 struct DocumentHighlight { struct 1306 DocumentHighlightKind kind = DocumentHighlightKind::Text; argument 1308 friend bool operator<(const DocumentHighlight &LHS, argument 1315 friend bool operator==(const DocumentHighlight &LHS, argument
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/ |
D | langsvr.go | 332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
|