Searched refs:getCommandInfo (Results 1 – 11 of 11) sorted by relevance
167 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo() function175 const CommandInfo *getCommandInfo(unsigned CommandID) const;
84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
364 return Traits.getCommandInfo(getCommandID())->Name;653 return Traits.getCommandInfo(getCommandID())->Name;
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()365 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()395 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()537 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()555 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()601 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()639 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()1111 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()
71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
478 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()733 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()848 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() function in clang::comments::CommandTraits
508 T.setVerbatimBlockID(Traits.getCommandInfo(Name)->getID()); in lexVerbatimBlockFirstLine()
1715 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName()
978 return Traits->getCommandInfo(CommandID)->Name; in getCommandName()
123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()335 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()716 const CommandInfo *Info = Traits.getCommandInfo(CommandID); in visitBlockCommandComment()