Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DPkgCmdID.cs5 public const uint cmdidClangFormatSelection = 0x100; field in LLVM.ClangFormat.PkgCmdIDList
H A DClangFormatPackage.cs223 …andID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangFormatSelection); in Initialize()
250 case (int)PkgCmdIDList.cmdidClangFormatSelection: in MenuItemCallback()