Home | History | Annotate | Download | only in AST

Lines Matching refs:getCommandInfo

94   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
127 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
164 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
383 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
402 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
437 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
560 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
578 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
617 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
655 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)
1073 assert(Traits.getCommandInfo(Name)->IsInlineCommand);