Searched refs:tweakID (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | request-reply.test | 6 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"… 28 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"…
|
| H A D | code-action-request.test | 46 # CHECK-NEXT: "tweakID": "ExpandAutoType" 95 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"…
|
| H A D | tweaks-format.test | 8 …on":{"end":{"character":11,"line":0},"start":{"character":11,"line":0}},"tweakID":"SwapIfBranches"…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Protocol.cpp | 838 O.map("tweakID", A.tweakID); in fromJSON() 843 {"tweakID", A.tweakID}, {"selection", A.selection}, {"file", A.file}}; in toJSON()
|
| H A D | ClangdLSPServer.cpp | 93 Args.tweakID = T.ID; in toCodeAction() 769 Server->applyTweak(Args.file.file(), Args.selection, Args.tweakID, in onCommandApplyTweak()
|
| H A D | Protocol.h | 969 std::string tweakID; member
|