Lines Matching defs:LambdaContext
204 Decl *LambdaContext = nullptr,
207 const CXXRecordDecl *D, Decl *LambdaContext,
1979 Decl *LambdaContext, unsigned IndexInLambdaContext) {
2008 assert(!LambdaContext && !IndexInLambdaContext &&
2037 Lambda.ContextDecl = LambdaContext;
2168 Decl *LambdaContext,
2191 ReadCXXDefinitionData(*DD, D, LambdaContext, IndexInLambdaContext);
2223 Decl *LambdaContext = nullptr;
2258 LambdaContext = readDecl();
2259 if (LambdaContext)
2261 if (LambdaContext)
2262 MergeImpl.mergeLambda(D, Redecl, *LambdaContext, IndexInLambdaContext);
2273 ReadCXXRecordDefinition(D, /*Update=*/false, LambdaContext,