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;42 unsigned ID : 8;46 unsigned NumArgs : 4;49 unsigned IsInlineCommand : 1;52 unsigned IsBlockCommand : 1;56 unsigned IsBriefCommand : 1;59 unsigned IsReturnsCommand : 1;[all …]