HomeSort by: relevance | last modified time | path
    Searched refs:PkgCmdIDList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
PkgCmdID.cs 3 static class PkgCmdIDList
ClangFormatPackage.cs 223 var menuCommandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangFormatSelection);
229 var menuCommandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangFormatDocument);
250 case (int)PkgCmdIDList.cmdidClangFormatSelection:
254 case (int)PkgCmdIDList.cmdidClangFormatDocument:

Completed in 15 milliseconds