Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IsLambda

1396   // Note: the caller has deserialized the IsLambda bit already.
1447 if (Data.IsLambda) {
1504 assert(!DD.IsLambda && !MergeDD.IsLambda && "faked up lambda definition?");
1558 MATCH_FIELD(IsLambda)
1577 if (DD.IsLambda) {
1592 bool IsLambda = Record[Idx++];
1593 if (IsLambda)