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

/frameworks/compile/slang/
H A Drs_cc_options.cpp264 std::vector<std::string> DelegatedStrings; local
268 DelegatedStrings.push_back(std::string("-") + std::string(OptParser->getOptionName(Opt)));
272 if (DelegatedStrings.size()) {
275 std::for_each(DelegatedStrings.cbegin(), DelegatedStrings.cend(),

Completed in 44 milliseconds