Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Lambda

1133     CXXRecordDecl::LambdaDefinitionData &Lambda
1135 Lambda.Dependent = Record[Idx++];
1136 Lambda.NumCaptures = Record[Idx++];
1137 Lambda.NumExplicitCaptures = Record[Idx++];
1138 Lambda.ManglingNumber = Record[Idx++];
1139 Lambda.ContextDecl = ReadDecl(Record, Idx);
1140 Lambda.Captures
1141 = (Capture*)Reader.Context.Allocate(sizeof(Capture)*Lambda.NumCaptures);
1142 Capture *ToCapture = Lambda.Captures;
1143 Lambda.MethodTyInfo = GetTypeSourceInfo(Record, Idx);
1144 for (unsigned I = 0, N = Lambda.NumCaptures; I != N; ++I) {
1160 // Determine whether this is a lambda closure type, so that we can