Searched refs:tweakID (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/test/ |
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"…
|
D | code-action-request.test | 46 # CHECK-NEXT: "tweakID": "ExpandAutoType" 95 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"…
|
D | tweaks-format.test | 8 …on":{"end":{"character":11,"line":0},"start":{"character":11,"line":0}},"tweakID":"SwapIfBranches"…
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Protocol.cpp | 790 O.map("tweakID", A.tweakID); in fromJSON() 795 {"tweakID", A.tweakID}, {"selection", A.selection}, {"file", A.file}}; in toJSON()
|
D | ClangdLSPServer.cpp | 91 CA.command->tweakArgs->tweakID = T.ID; in toCodeAction() 780 Params.tweakArgs->selection, Params.tweakArgs->tweakID, in onCommand()
|
D | Protocol.h | 914 std::string tweakID; member
|