Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodTyInfo

823   TypeSourceInfo *MethodTyInfo;
848 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
864 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
865 assert(MethodTyInfo && "no type from lambda-declarator");
877 if (MethodTyInfo->getType()->containsUnexpandedParameterPack())
881 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
885 MethodTyInfo, EndLoc, Params);