Searched refs:CommandName (Results 1 – 8 of 8) sorted by relevance
25 // CHECK: (CXComment_BlockCommand CommandName=[abstract]28 // CHECK: (CXComment_BlockCommand CommandName=[discussion]32 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[textblock]38 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[link]42 // CHECK: (CXComment_BlockCommand CommandName=[see]46 // CHECK: (CXComment_BlockCommand CommandName=[seealso]62 // CHECK: (CXComment_BlockCommand CommandName=[arg]65 // CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=AlignLeft)67 // CHECK: (CXComment_BlockCommand CommandName=[li]70 // CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=AlignRight)[all …]
25 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]47 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]52 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]70 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]74 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]91 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]107 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument85 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() argument105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local375 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() local395 getInlineCommandRenderKind(CommandName), in actOnInlineCommand()401 StringRef CommandName) { in actOnUnknownCommand() argument402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart() local427 Loc.getLocWithOffset(1 + CommandName.size()), in actOnVerbatimBlockStart()644 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate() local648 << CommandName in checkBlockCommandDuplicate()[all …]
365 StringRef CommandName(BufferPtr + 1, Length); in lexCommentText() local367 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()369 if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) { in lexCommentText()375 << CommandName << CorrectedName in lexCommentText()379 T.setUnknownCommandName(CommandName); in lexCommentText()
156 const CommandInfo *registerUnknownCommand(StringRef CommandName);158 const CommandInfo *registerBlockCommand(StringRef CommandName);175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
145 StringRef CommandName);
186 StringRef CommandName, in HasParamCommandAt() argument196 if (ActualCommandName != CommandName) in HasParamCommandAt()199 "expected \"" << CommandName.str() << "\""; in HasParamCommandAt()234 StringRef CommandName, in HasTParamCommandAt() argument242 if (ActualCommandName != CommandName) in HasTParamCommandAt()245 "expected \"" << CommandName.str() << "\""; in HasTParamCommandAt()