Home
last modified time | relevance | path

Searched defs:DocumentHighlight (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
Dtsprotocol.go644 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/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
Dtsprotocol.go644 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/
Dtsserver.go55 DocumentHighlight(context.Context, *DocumentHighlightParams) ([]DocumentHighlight, error) methodSpec
719 func (s *serverDispatcher) DocumentHighlight(ctx context.Context, params *DocumentHighlightParams) … func
Dtsprotocol.go644 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/
DProtocol.h1301 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/
Dlangsvr.go327 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/
Dlangsvr.go332 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go327 func (s *server) DocumentHighlight(ctx context.Context, p *lsp.DocumentHighlightParams) ([]lsp.Docu… func