Home
last modified time | relevance | path

Searched refs:executeCommandKey (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dclientcapabilities.h582 { return optionalValue<DynamicRegistrationCapabilities>(executeCommandKey); } in executeCommand()
584 { insert(executeCommandKey, executeCommand); } in setExecuteCommand()
585 void clearExecuteCommand() { remove(executeCommandKey); } in clearExecuteCommand()
H A Djsonkeys.h108 constexpr char executeCommandKey[] = "executeCommand"; variable