Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Lambda

1128     CXXRecordDecl::LambdaDefinitionData &Lambda
1130 Lambda.Dependent = Record[Idx++];
1131 Lambda.NumCaptures = Record[Idx++];
1132 Lambda.NumExplicitCaptures = Record[Idx++];
1133 Lambda.ManglingNumber = Record[Idx++];
1134 Lambda.ContextDecl = ReadDecl(Record, Idx);
1135 Lambda.Captures
1136 = (Capture*)Reader.Context.Allocate(sizeof(Capture)*Lambda.NumCaptures);
1137 Capture *ToCapture = Lambda.Captures;
1138 for (unsigned I = 0, N = Lambda.NumCaptures; I != N; ++I) {
1154 // Determine whether this is a lambda closure type, so that we can