Searched refs:DefaultExtsVec (Results 1 – 1 of 1) sorted by relevance
44 auto DefaultExtsVec = Root->getValueAsListOfDefs("DefaultExts"); in checkFeatureTree() local45 std::set<const Record *> DefaultExts{DefaultExtsVec.begin(), in checkFeatureTree()46 DefaultExtsVec.end()}; in checkFeatureTree()