Searched refs:CommandName (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c528 char *CommandName; variable
680 CommandName = argv[0];
2455 printf ("\n\nUsage: %s [option]*", CommandName);
/freebsd-11-stable/contrib/llvm-project/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);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp83 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { argument
84 char *Name = Allocator.Allocate<char>(CommandName.size() + 1);
85 memcpy(Name, CommandName.data(), CommandName.size());
86 Name[CommandName.size()] = '\0';
103 StringRef CommandName) {
104 CommandInfo *Info = createCommandInfoWithName(CommandName);
109 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { argument
110 CommandInfo *Info = createCommandInfoWithName(CommandName);
102 registerUnknownCommand( StringRef CommandName) argument
H A DCommentSema.cpp367 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; local
372 getInlineCommandRenderKind(CommandName),
386 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; local
392 getInlineCommandRenderKind(CommandName),
398 StringRef CommandName) {
399 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID();
421 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; local
424 Loc.getLocWithOffset(1 + CommandName.size()),
645 StringRef CommandName = Command->getCommandName(Traits); local
649 << CommandName
396 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
661 << CommandName; local
[all...]

Completed in 149 milliseconds