Home | History | Annotate | Download | only in AST

Lines Matching refs:getCommandInfo

95   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
122 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
154 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
373 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
392 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
427 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
550 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
568 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
607 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
651 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)
1035 assert(Traits.getCommandInfo(Name)->IsInlineCommand);