Home | History | Annotate | Download | only in AST

Lines Matching refs:getCommandInfo

99   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
564 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
582 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
624 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
662 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)
1085 assert(Traits.getCommandInfo(Name)->IsInlineCommand);