Lines Matching defs:Info
317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
320 if (Info->IsParamCommand) {
325 } else if (Info->IsTParamCommand) {
354 if (PC || TPC || Info->NumArgs > 0) {
364 parseBlockCommandArgs(BC, Retokenizer, Info->NumArgs);
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
574 if (Info->IsBlockCommand) {
579 if (Info->IsVerbatimBlockEndCommand) {
583 << Info->Name
588 if (Info->IsUnknownCommand) {
591 Info->getID()));
595 assert(Info->IsInlineCommand);
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
690 Info->Name,