Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local
373 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()
387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local
393 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()
399 StringRef CommandName) { in actOnUnknownCommand() argument
400 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()
422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local
644 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local
648 << CommandName in checkBlockCommandDuplicate()
650 if (CommandName == PrevCommandName) in checkBlockCommandDuplicate()
[all …]
H A DCommentLexer.cpp405 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local
407 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()
409 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()
416 << FullRange << CommandName << CorrectedName in lexCommentText()
420 T.setUnknownCommandName(CommandName); in lexCommentText()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
H A DCommentSema.h145 StringRef CommandName);
/freebsd-12.1/contrib/ntp/util/
H A Dtg2.c528 char *CommandName; variable
680 CommandName = argv[0];
2455 printf ("\n\nUsage: %s [option]*", CommandName);