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());
171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)
1178 assert(Traits.getCommandInfo(Name)->IsInlineCommand);