Searched refs:getCommandID (Results 1 – 9 of 9) sorted by relevance
316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()322 Tok.getCommandID(), in parseBlockCommand()327 Tok.getCommandID(), in parseBlockCommand()332 Tok.getCommandID(), in parseBlockCommand()417 CommandTok.getCommandID(), in parseInlineCommand()424 CommandTok.getCommandID()); in parseInlineCommand()429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name in parseInlineCommand()577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()104 switch (Comment->getCommandID()) { in checkFunctionDeclVerbatimLine()132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()136 switch (Comment->getCommandID()) { in checkContainerDeclVerbatimLine()171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()175 switch (Comment->getCommandID()) { in checkContainerDecl()566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
1521 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()1571 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()1621 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
727 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()771 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()819 OS << " Name=\"" << getCommandName(C->getCommandID()) in visitVerbatimBlockComment()
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()709 switch (C->getCommandID()) { in visitBlockCommandComment()791 switch (C->getCommandID()) { in visitVerbatimBlockComment()
340 unsigned getCommandID() const { in getCommandID() function345 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()650 unsigned getCommandID() const { in getCommandID() function655 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function