Home | History | Annotate | Download | only in AST

Lines Matching refs:CommandID

297     const char *getCommandName(unsigned CommandID);
1871 const char *ASTDumper::getCommandName(unsigned CommandID) {
1873 return Traits->getCommandInfo(CommandID)->Name;
1874 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID);