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()169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()173 switch (Comment->getCommandID()) { in checkContainerDecl()564 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()582 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()624 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()662 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()323 Tok.getCommandID(), in parseBlockCommand()328 Tok.getCommandID(), in parseBlockCommand()333 Tok.getCommandID(), in parseBlockCommand()418 CommandTok.getCommandID(), in parseInlineCommand()425 CommandTok.getCommandID()); in parseInlineCommand()573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
2349 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitInlineCommandComment()2387 OS << " Name=\"" << getCommandName(C->getCommandID()) << "\""; in visitBlockCommandComment()2431 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()333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()713 switch (C->getCommandID()) { in visitBlockCommandComment()794 switch (C->getCommandID()) { in visitVerbatimBlockComment()
345 unsigned getCommandID() const { in getCommandID() function350 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()656 unsigned getCommandID() const { in getCommandID() function661 return Traits.getCommandInfo(getCommandID())->Name; in getCommandName()
85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
122 unsigned getCommandID() const LLVM_READONLY { in getCommandID() function
49 return Traits.getCommandInfo(Tok.getCommandID())->Name; in getCommandName()