Searched refs:TheInputOption (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
H A DOptTable.h67 const Option *TheInputOption; member in class:clang::driver::OptTable
/external/clang/lib/Driver/
H A DOptTable.cpp83 TheInputOption(0), TheUnknownOption(0), FirstSearchableIndex(0)
93 assert(!TheInputOption && "Cannot have multiple input options!");
94 TheInputOption = getOption(i + 1);
194 return new Arg(TheInputOption, Index++, Str);

Completed in 41 milliseconds