Home | History | Annotate | Download | only in TableGen

Lines Matching defs:HasField

1691   bool HasField = Lex.getCode() == tgtok::Field;
1692 if (HasField) Lex.Lex();
1717 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))