Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DPkgCmdID.cs6 public const uint cmdidClangFormatDocument = 0x101; field in LLVM.ClangFormat.PkgCmdIDList
H A DClangFormatPackage.cs229 …mandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangFormatDocument); in Initialize()
254 case (int)PkgCmdIDList.cmdidClangFormatDocument: in MenuItemCallback()