Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseObjectBody

1882 /// ParseObjectBody - Parse the body of a def or class.  This consists of an
1891 bool TGParser::ParseObjectBody(Record *CurRec) {
1957 if (ParseObjectBody(CurRec))
2073 return ParseObjectBody(CurRec);