reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
524 assert(LSI && "Expected a lambda scope"); 525 assert(LSI->NumExplicitTemplateParams == 0 && 527 assert(LSI->TemplateParams.empty() && 532 LSI->TemplateParams.append(TParams.begin(), TParams.end()); 533 LSI->NumExplicitTemplateParams = TParams.size(); 534 LSI->ExplicitTemplateParamsRange = {LAngleLoc, RAngleLoc};