Lines Matching defs:Incomplete
34 /// Incomplete: An incomplete TypeString;
49 /// An Incomplete entry is always a RecordType and only encodes its
50 /// identifier e.g. "s(S){}". Incomplete 'StubEnc' entries are ephemeral and
63 /// If the member is a RecordType, an Incomplete encoding is placed into the
80 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed};
88 unsigned IncompleteCount; // Number of Incomplete entries in the Map.
204 E.State = Incomplete;
218 assert( (E.State == Incomplete ||
223 // We made use of our Incomplete encoding, thus we are recursive.
272 if (E.State == Incomplete) {