Home
last modified time | relevance | path

Searched refs:MethodTyInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp915 TypeSourceInfo *MethodTyInfo; in ActOnStartOfLambdaDefinition() local
944 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); in ActOnStartOfLambdaDefinition()
962 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
963 assert(MethodTyInfo && "no type from lambda-declarator"); in ActOnStartOfLambdaDefinition()
975 if (MethodTyInfo->getType()->containsUnexpandedParameterPack()) in ActOnStartOfLambdaDefinition()
976 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in ActOnStartOfLambdaDefinition()
980 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition()
983 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params, in ActOnStartOfLambdaDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h410 TypeSourceInfo *MethodTyInfo; member
417 MethodTyInfo(Info) { in LambdaDefinitionData()
1779 return getLambdaData().MethodTyInfo; in getLambdaTypeInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1774 Lambda.MethodTyInfo = readTypeSourceInfo(); in ReadCXXDefinitionData()
H A DASTWriter.cpp5580 AddTypeSourceInfo(Lambda.MethodTyInfo); in AddCXXDefinitionData()