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()
365 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local369 getInlineCommandRenderKind(CommandName), Args); in actOnInlineCommand()374 StringRef CommandName) { in actOnUnknownCommand() argument375 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()395 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local398 Loc.getLocWithOffset(1 + CommandName.size()), in actOnVerbatimBlockStart()619 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local623 << CommandName in checkBlockCommandDuplicate()625 if (CommandName == PrevCommandName) in checkBlockCommandDuplicate()635 << CommandName; in checkBlockCommandDuplicate()
400 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local402 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()404 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()411 << FullRange << CommandName << CorrectedName in lexCommentText()415 T.setUnknownCommandName(CommandName); in lexCommentText()
177 const CommandInfo *registerUnknownCommand(StringRef CommandName);179 const CommandInfo *registerBlockCommand(StringRef CommandName);196 CommandInfo *createCommandInfoWithName(StringRef CommandName);
138 StringRef CommandName);
927 bool CommandName = InitialCommandName; in tokenizeWindowsCommandLineImpl() local 946 if (CommandName) { in tokenizeWindowsCommandLineImpl() 960 CommandName = InitialCommandName; in tokenizeWindowsCommandLineImpl() 962 CommandName = false; in tokenizeWindowsCommandLineImpl() 968 assert(!CommandName && "or else we'd have treated it as a normal char"); in tokenizeWindowsCommandLineImpl() 986 CommandName = InitialCommandName; in tokenizeWindowsCommandLineImpl() 989 CommandName = false; in tokenizeWindowsCommandLineImpl() 994 } else if (Src[I] == '\\' && !CommandName) { in tokenizeWindowsCommandLineImpl() 1012 } else if (Src[I] == '\\' && !CommandName) { in tokenizeWindowsCommandLineImpl()
528 char *CommandName; variable680 CommandName = argv[0];2455 printf ("\n\nUsage: %s [option]*", CommandName);