Searched refs:getCommandInfo (Results 1 – 11 of 11) sorted by relevance
145 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo() function153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
343 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()638 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
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()364 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()396 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()538 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()556 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()602 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()640 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()1113 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()
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()
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() function in clang::comments::CommandTraits
508 T.setVerbatimBlockID(Traits.getCommandInfo(Name)->getID()); in lexVerbatimBlockFirstLine()
1599 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName()
748 return Traits->getCommandInfo(CommandID)->Name; 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()