Home
last modified time | relevance | path

Searched refs:CommandName (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 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() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
H A DCommentSema.cpp370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local
375 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local
395 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()
401 StringRef CommandName) { in actOnUnknownCommand() argument
402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local
427 Loc.getLocWithOffset(1 + CommandName.size()), in actOnVerbatimBlockStart()
648 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local
652 << CommandName in checkBlockCommandDuplicate()
[all …]
H A DCommentLexer.cpp404 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local
406 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h155 const CommandInfo *registerUnknownCommand(StringRef CommandName);
157 const CommandInfo *registerBlockCommand(StringRef CommandName);
174 CommandInfo *createCommandInfoWithName(StringRef CommandName);
H A DCommentSema.h144 StringRef CommandName);
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c530 char *CommandName; variable
682 CommandName = argv[0];
2457 printf ("\n\nUsage: %s [option]*", CommandName);
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h446 CONST CHAR16 *CommandName; member