Home
last modified time | relevance | path

Searched refs:tweakID (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Drequest-reply.test6 …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 Dcode-action-request.test46 # CHECK-NEXT: "tweakID": "ExpandAutoType"
95 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"…
H A Dtweaks-format.test8 …on":{"end":{"character":11,"line":0},"start":{"character":11,"line":0}},"tweakID":"SwapIfBranches"…
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp838 O.map("tweakID", A.tweakID); in fromJSON()
843 {"tweakID", A.tweakID}, {"selection", A.selection}, {"file", A.file}}; in toJSON()
H A DClangdLSPServer.cpp93 Args.tweakID = T.ID; in toCodeAction()
769 Server->applyTweak(Args.file.file(), Args.selection, Args.tweakID, in onCommandApplyTweak()
H A DProtocol.h969 std::string tweakID; member