Searched refs:ContinuationIndex (Results 1 – 5 of 5) sorted by relevance
58 std::optional<TypeIndex> ContinuationIndex; member in __anon129f70200111::NativeEnumEnumEnumerators69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()70 while (ContinuationIndex) { in NativeEnumEnumEnumerators()71 CVType FieldListCVT = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators()73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators()89 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
919 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument921 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()923 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()925 TypeIndex ContinuationIndex; variable
589 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
736 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
670 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()