Home | History | Annotate | Download | only in TableGen

Lines Matching defs:HasField

1468   bool HasField = Lex.getCode() == tgtok::Field;
1469 if (HasField) Lex.Lex();
1494 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))