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

/external/clang/include/clang/Driver/
H A DOptTable.h114 /// getOptionKind - Get the kind of the given option.
115 unsigned getOptionKind(OptSpecifier id) const { function in class:clang::driver::OptTable
/external/clang/lib/Driver/
H A DOptTable.cpp270 switch (Opts.getOptionKind(Id)) {
363 if (getOptionKind(Id) == Option::GroupClass)

Completed in 15 milliseconds