Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseDeclaration

1669 /// ParseDeclaration - Read a declaration, returning the name of field ID, or an
1679 Init *TGParser::ParseDeclaration(Record *CurRec,
1783 Init *TemplArg = ParseDeclaration(CurRec, true/*templateargs*/);
1793 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/);
1812 if (ParseDeclaration(CurRec, false) == 0)