Lines Matching refs:Feature
1937 // If we have at least one of the features in the feature list return1940 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) {1942 Feature.split(OrFeatures, "|");1944 [&](StringRef Feature) {1945 if (!CallerFeatureMap.lookup(Feature)) {1946 FirstMissing = Feature.str();