Searched refs:CommandName (Results 1 – 7 of 7) 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()
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local375 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local395 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()401 StringRef CommandName) { in actOnUnknownCommand() argument402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local427 Loc.getLocWithOffset(1 + CommandName.size()), in actOnVerbatimBlockStart()648 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local652 << CommandName in checkBlockCommandDuplicate()[all …]
404 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local406 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()408 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()415 << FullRange << CommandName << CorrectedName in lexCommentText()419 T.setUnknownCommandName(CommandName); in lexCommentText()
155 const CommandInfo *registerUnknownCommand(StringRef CommandName);157 const CommandInfo *registerBlockCommand(StringRef CommandName);174 CommandInfo *createCommandInfoWithName(StringRef CommandName);
144 StringRef CommandName);
530 char *CommandName; variable682 CommandName = argv[0];2457 printf ("\n\nUsage: %s [option]*", CommandName);
446 CONST CHAR16 *CommandName; member