Lines Matching refs:Feature
169 // Begin feature table
174 // For each feature
177 // Next feature
178 Record *Feature = FeatureList[i];
180 const std::string &Name = Feature->getName();
181 const std::string &CommandLineName = Feature->getValueAsString("Name");
182 const std::string &Desc = Feature->getValueAsString("Desc");
186 // Emit as { "feature", "description", { featureEnum }, { i1 , i2 , ... , in } }
193 Feature->getValueAsListOfDefs("Implies");
211 // End feature table