Home
last modified time | relevance | path

Searched defs:SelectionRange (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
H A Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3832 Range Range `json:"range"`
3837 Parent *SelectionRange `json:"parent,omitempty"`
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3832 Range Range `json:"range"`
3837 Parent *SelectionRange `json:"parent,omitempty"`
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
H A Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3832 Range Range `json:"range"`
3837 Parent *SelectionRange `json:"parent,omitempty"`
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h75 SourceRange SelectionRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h75 SourceRange SelectionRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h75 SourceRange SelectionRange; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h75 SourceRange SelectionRange; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/
H A Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func