Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseObjectBody

1939 /// ParseObjectBody - Parse the body of a def or class.  This consists of an
1948 bool TGParser::ParseObjectBody(Record *CurRec) {
2005 if (ParseObjectBody(CurRec))
2013 if (ParseObjectBody(CurRec))
2025 } else if (ParseObjectBody(CurRec))
2141 return ParseObjectBody(CurRec);