Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseIDValue

724 /// ParseIDValue - Parse an ID as a value and decode what it means.
732 Init *TGParser::ParseIDValue(Record *CurRec, IDParseMode Mode) {
733 assert(Lex.getCode() == tgtok::Id && "Expected ID in ParseIDValue");
737 return ParseIDValue(CurRec, Name, Loc);
740 /// ParseIDValue - This is just like ParseIDValue above, but it assumes the ID
742 Init *TGParser::ParseIDValue(Record *CurRec,
1190 return ParseIDValue(CurRec, Name, NameLoc, Mode); // Value ::= IDValue