Searched refs:CommandInfo (Results 1 – 10 of 10) sorted by relevance
35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL()46 const CommandInfo *57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo()59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName()94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()103 const CommandInfo *CommandTraits::registerUnknownCommand( in registerUnknownCommand()105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()116 const CommandInfo *CommandTraits::getBuiltinCommandInfo( in getBuiltinCommandInfo()123 const CommandInfo *CommandTraits::getRegisteredCommandInfo( in getRegisteredCommandInfo()[all …]
81 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
407 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()466 char Marker, const CommandInfo *Info) { in setupAndLexVerbatimBlock()550 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()169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()687 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
439 const comments::CommandInfo *Info = in getCommandName()
33 struct CommandInfo { struct144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;146 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo()147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()154 const CommandInfo *getCommandInfo(unsigned CommandID) const;156 const CommandInfo *registerUnknownCommand(StringRef CommandName);158 const CommandInfo *registerBlockCommand(StringRef CommandName);162 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);172 const CommandInfo *getRegisteredCommandInfo(StringRef Name) const;175 CommandInfo *createCommandInfoWithName(StringRef CommandName);[all …]
29 struct CommandInfo;327 const CommandInfo *Info);334 const CommandInfo *Info);
99 unsigned CommandID : CommandInfo::NumCommandIDBits;102 CommandInfo::NumCommandIDBits };143 unsigned CommandID : CommandInfo::NumCommandIDBits;150 CommandInfo::NumCommandIDBits + 1 };
121 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()172 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()332 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()