| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 57 CodeAction(context.Context, *CodeActionParams) ([]CodeAction, error) methodSpec 408 resp, err := h.server.CodeAction(ctx, ¶ms) 735 func (s *serverDispatcher) CodeAction(ctx context.Context, params *CodeActionParams) ([]CodeAction,… func 736 var result []CodeAction
|
| D | tsprotocol.go | 654 CodeAction *CodeActionClientCapabilities `json:"codeAction,omitempty"` member 3677 type CodeAction struct { struct
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 57 CodeAction(context.Context, *CodeActionParams) ([]CodeAction, error) methodSpec 408 resp, err := h.server.CodeAction(ctx, ¶ms) 735 func (s *serverDispatcher) CodeAction(ctx context.Context, params *CodeActionParams) ([]CodeAction,… func 736 var result []CodeAction
|
| D | tsprotocol.go | 654 CodeAction *CodeActionClientCapabilities `json:"codeAction,omitempty"` member 3677 type CodeAction struct { struct
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 57 CodeAction(context.Context, *CodeActionParams) ([]CodeAction, error) methodSpec 408 resp, err := h.server.CodeAction(ctx, ¶ms) 735 func (s *serverDispatcher) CodeAction(ctx context.Context, params *CodeActionParams) ([]CodeAction,… func 736 var result []CodeAction
|
| D | tsprotocol.go | 654 CodeAction *CodeActionClientCapabilities `json:"codeAction,omitempty"` member 3677 type CodeAction struct { struct
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 804 body?: CodeAction[]; 2107 export interface CodeAction { interface 2121 export interface CodeFixAction extends CodeAction { 2428 codeActions?: CodeAction[];
|
| D | session.ts | 2659 private mapCodeAction({ description, changes, commands }: CodeAction): protocol.CodeAction {
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 593 body?: CodeAction[]; 1557 interface CodeAction { interface 1569 interface CodeFixAction extends CodeAction { 1864 codeActions?: CodeAction[];
|
| D | tsserverlibrary.d.ts | 6574 interface CodeAction { interface 6585 interface CodeFixAction extends CodeAction { 7016 codeActions?: CodeAction[]; 8098 body?: CodeAction[]; 9062 interface CodeAction { 9074 interface CodeFixAction extends CodeAction { 9369 codeActions?: CodeAction[];
|
| D | typescript.d.ts | 6574 interface CodeAction { interface 6585 interface CodeFixAction extends CodeAction { 7016 codeActions?: CodeAction[];
|
| D | typescriptServices.d.ts | 6574 interface CodeAction { interface 6585 interface CodeFixAction extends CodeAction { 7016 codeActions?: CodeAction[];
|
| /third_party/typescript/src/services/ |
| D | types.ts | 785 export interface CodeAction { interface 797 export interface CodeFixAction extends CodeAction { 1325 codeActions?: CodeAction[];
|
| D | completions.ts | 1707 …e, location: Node, cancellationToken: CancellationToken, codeActions?: CodeAction[], sourceDisplay… 1715 …umentation?: SymbolDisplayPart[], tags?: JSDocTagInfo[], codeActions?: CodeAction[], source?: Symb… 1720 readonly codeActions: CodeAction[] | undefined;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
| D | langsvr.go | 340 func (s *server) CodeAction(ctx context.Context, p *lsp.CodeActionParams) ([]lsp.CodeAction, error)… func
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 340 func (s *server) CodeAction(ctx context.Context, p *lsp.CodeActionParams) ([]lsp.CodeAction, error)… func
|
| /third_party/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 340 func (s *server) CodeAction(ctx context.Context, p *lsp.CodeActionParams) ([]lsp.CodeAction, error)… func
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 349 ): { readonly moduleSpecifier: string, readonly codeAction: CodeAction } { 386 …function codeFixActionToCodeAction({ description, changes, commands }: CodeFixAction): CodeAction {
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 6574 interface CodeAction { interface 6585 interface CodeFixAction extends CodeAction { 7016 codeActions?: CodeAction[]; 8098 body?: CodeAction[]; 9062 interface CodeAction { 9074 interface CodeFixAction extends CodeAction { 9369 codeActions?: CodeAction[];
|
| D | typescript.d.ts | 6574 interface CodeAction { interface 6585 interface CodeFixAction extends CodeAction { 7016 codeActions?: CodeAction[];
|