Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/test/
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"…
Dcode-action-request.test46 # CHECK-NEXT: "tweakID": "ExpandAutoType"
95 …tion":{"end":{"character":4,"line":0},"start":{"character":0,"line":0}},"tweakID":"ExpandAutoType"…
Dtweaks-format.test8 …on":{"end":{"character":11,"line":0},"start":{"character":11,"line":0}},"tweakID":"SwapIfBranches"…
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp790 O.map("tweakID", A.tweakID); in fromJSON()
795 {"tweakID", A.tweakID}, {"selection", A.selection}, {"file", A.file}}; in toJSON()
DClangdLSPServer.cpp91 CA.command->tweakArgs->tweakID = T.ID; in toCodeAction()
780 Params.tweakArgs->selection, Params.tweakArgs->tweakID, in onCommand()
DProtocol.h914 std::string tweakID; member