Home
last modified time | relevance | path

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

/external/clang/tools/clang-format-vs/ClangFormat/
DGuids.cs10 public static readonly Guid guidClangFormatCmdSet = new Guid(guidClangFormatCmdSetString); field in LLVM.ClangFormat.GuidList
DClangFormatPackage.cs183 …var menuCommandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangForm… in Initialize()