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