Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Last

85 // Returns the first and last non-abstract subrecords
94 ASTNode First, Last;
96 First = Last = Base;
118 Last = Result.second;
123 // If there aren't first/last nodes, it must be because there were no
128 assert(Last && "set First without Last");
131 // Use FOO_RANGE unless this is the last of the ranges, in which case
138 << Last.getName() << ")\n\n";
141 return std::make_pair(First, Last);
181 << macroHierarchyName() << "_RANGE(Base, First, Last)\n";
186 << macroHierarchyName() << "_RANGE(Base, First, Last) "
187 << macroHierarchyName() << "_RANGE(Base, First, Last)\n";