Searched refs:CommandName (Results 1 – 6 of 6) sorted by relevance
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()104 StringRef CommandName) { in registerUnknownCommand() argument105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local373 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local393 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()399 StringRef CommandName) { in actOnUnknownCommand() argument400 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local644 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local648 << CommandName in checkBlockCommandDuplicate()650 if (CommandName == PrevCommandName) in checkBlockCommandDuplicate()[all …]
405 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local407 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()409 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()416 << FullRange << CommandName << CorrectedName in lexCommentText()420 T.setUnknownCommandName(CommandName); in lexCommentText()
156 const CommandInfo *registerUnknownCommand(StringRef CommandName);158 const CommandInfo *registerBlockCommand(StringRef CommandName);175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
145 StringRef CommandName);
528 char *CommandName; variable680 CommandName = argv[0];2455 printf ("\n\nUsage: %s [option]*", CommandName);