Lines Matching refs:RecordVal
88 ``RecordVal`` instances (see `RecordVal`_), each of which contains both the
126 ``RecordVal``
129 Each field of a record is stored in an instance of the ``RecordVal`` class.
131 ``RecordVal`` instance contains the name of the field, stored in an ``Init``
135 In addition to those primary members, the ``RecordVal`` has other data members.
142 The ``RecordVal`` class provides some useful functions.
155 A ``RecordVal`` instance can be printed to an output stream with the ``<<``
247 ``RecordVal`` class, which represents record fields, both their names and
576 for (const RecordVal &Field : SomeRec->getValues()) {
580 You will recall that ``RecordVal`` is the class whose instances contain
583 The ``getValue()`` function returns the ``RecordVal`` instance for a field
586 ``RecordVal *`` and others return a ``const RecordVal *``. If the field does
590 the information in the ``RecordVal``. There is a large set of functions that
668 ``RecordVal``, and
709 * ``PrintError(const RecordVal *RecVal, const Twine &Msg)``:
711 specified record field (see `RecordVal`_).