Home | History | Annotate | Download | only in TableGen

Lines Matching refs:HasField

1656   bool HasField = Lex.getCode() == tgtok::Field;
1657 if (HasField) Lex.Lex();
1683 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))