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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1);
86 memcpy(Name, CommandName.data(), CommandName.size());
87 Name[CommandName.size()] = '\0';
104 StringRef CommandName) {
105 CommandInfo *Info = createCommandInfoWithName(CommandName);
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName);
103 registerUnknownCommand( StringRef CommandName) argument
H A DCommentSema.cpp365 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; local
369 getInlineCommandRenderKind(CommandName), Args);
374 StringRef CommandName) {
375 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID();
395 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; local
398 Loc.getLocWithOffset(1 + CommandName.size()),
619 StringRef CommandName = Command->getCommandName(Traits); local
623 << CommandName
625 if (CommandName == PrevCommandName)
635 << CommandName; local
372 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
[all...]
H A DCommentLexer.cpp400 StringRef CommandName(BufferPtr + 1, Length);
402 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName);
404 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) {
411 << FullRange << CommandName << CorrectedName
415 T.setUnknownCommandName(CommandName);
/freebsd-current/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.h138 StringRef CommandName);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp927 bool CommandName = InitialCommandName; local
946 if (CommandName) {
960 CommandName = InitialCommandName;
962 CommandName = false;
968 assert(!CommandName && "or else we'd have treated it as a normal char");
986 CommandName = InitialCommandName;
989 CommandName = false;
994 } else if (Src[I] == '\\' && !CommandName) {
1012 } else if (Src[I] == '\\' && !CommandName) {
/freebsd-current/contrib/ntp/util/
H A Dtg2.c528 char *CommandName; variable
680 CommandName = argv[0];
2455 printf ("\n\nUsage: %s [option]*", CommandName);

Completed in 198 milliseconds