Searched defs:CommandInfo (Results 1 – 1 of 1) sorted by relevance
32 struct CommandInfo { struct33 unsigned getID() const { in getID()37 const char *Name;40 const char *EndCommandName;43 enum { NumCommandIDBits = 20 };46 unsigned ID : NumCommandIDBits;50 unsigned NumArgs : 4;53 unsigned IsInlineCommand : 1;56 unsigned IsBlockCommand : 1;60 unsigned IsBriefCommand : 1;[all …]