Searched defs:CommandName (Results 1 – 4 of 4) sorted by relevance
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName()104 StringRef CommandName) { in registerUnknownCommand()110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand()
368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local399 StringRef CommandName) { in actOnUnknownCommand()422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local644 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local
405 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local
528 char *CommandName; variable