Searched refs:CommandInfo (Results 1 – 11 of 11) sorted by relevance
32 struct CommandInfo { struct143 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;145 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo()146 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()151 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;153 const CommandInfo *getCommandInfo(unsigned CommandID) const;155 const CommandInfo *registerUnknownCommand(StringRef CommandName);157 const CommandInfo *registerBlockCommand(StringRef CommandName);161 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);165 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);[all …]
28 struct CommandInfo;330 const CommandInfo *Info);337 const CommandInfo *Info);
99 unsigned CommandID : CommandInfo::NumCommandIDBits;102 CommandInfo::NumCommandIDBits };143 unsigned CommandID : CommandInfo::NumCommandIDBits;150 CommandInfo::NumCommandIDBits + 1 };
34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL()35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL()40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()46 const CommandInfo *57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo()59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName()90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName()94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()[all …]
313 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()401 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()562 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()677 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
402 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()461 char Marker, const CommandInfo *Info) { in setupAndLexVerbatimBlock()545 const CommandInfo *Info) { in setupAndLexVerbatimLine()
99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()602 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
1600 if (const comments::CommandInfo *Info = in getCommentCommandName()
749 const comments::CommandInfo *Info = in getCommandName()
122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()