Home | History | Annotate | Download | only in AST

Lines Matching full:commandid

542     const char *getCommandName(unsigned CommandID);
2156 const char *ASTDumper::getCommandName(unsigned CommandID) {
2158 return Traits->getCommandInfo(CommandID)->Name;
2159 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID);