Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Accessors

855   std::vector<Record*> Accessors = R.getValueAsListOfDefs("Accessors");
856 for (std::vector<Record*>::const_iterator I = Accessors.begin(),
857 E = Accessors.end(); I != E; ++I) {
864 "Attribute with empty spelling list can't have accessors!");