Searched refs:getCommandID (Results 1 – 9 of 9) sorted by relevance
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()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()
313 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()319 Tok.getCommandID(), in parseBlockCommand()324 Tok.getCommandID(), in parseBlockCommand()329 Tok.getCommandID(), in parseBlockCommand()401 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()412 CommandTok.getCommandID(), Args); in parseInlineCommand()562 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
1613 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()1663 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()1713 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
770 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()814 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()862 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()
84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
338 unsigned getCommandID() const { in getCommandID() function343 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()633 unsigned getCommandID() const { in getCommandID() function638 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function