reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
931 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); 949 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); 950 assert(MethodTyInfo && "no type from lambda-declarator"); 962 if (MethodTyInfo->getType()->containsUnexpandedParameterPack()) 963 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, 967 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, 970 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,