Searched refs:ExtMatches (Results 1 – 1 of 1) sorted by relevance
3722 SmallVector<std::string, 2> ExtMatches; in setRequiredFeatureString() local3726 ExtMatches.push_back(Ext.Name); in setRequiredFeatureString()3728 Str += !ExtMatches.empty() ? llvm::join(ExtMatches, ", ") : "(unknown)"; in setRequiredFeatureString()