Searched refs:TheInputOption (Results 1 – 2 of 2) sorted by relevance
83 TheInputOption(0), TheUnknownOption(0), FirstSearchableIndex(0) in OptTable()93 assert(!TheInputOption && "Cannot have multiple input options!"); in OptTable()94 TheInputOption = getOption(i + 1); in OptTable()152 return new Arg(TheInputOption, Index++, Str); in ParseOneArg()
53 const Option *TheInputOption; variable