Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp952 TypeSourceInfo *MethodTyInfo; in getLambdaType() local
955 MethodTyInfo = getDummyLambdaType(S, Loc); in getLambdaType()
982 MethodTyInfo = S.GetTypeForDeclarator(ParamInfo); in getLambdaType()
983 assert(MethodTyInfo && "no type from lambda-declarator"); in getLambdaType()
986 if (MethodTyInfo->getType()->containsUnexpandedParameterPack()) in getLambdaType()
987 S.DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in getLambdaType()
990 return MethodTyInfo; in getLambdaType()
1033 TypeSourceInfo *MethodTyInfo, ConstexprSpecKind ConstexprKind, in CompleteLambdaCallOperator() argument
1061 LSI->Lambda->setLambdaTypeInfo(MethodTyInfo); in CompleteLambdaCallOperator()
1066 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h435 TypeSourceInfo *MethodTyInfo; member
442 IndexInContext(0), MethodTyInfo(Info) { in LambdaDefinitionData()
1870 return getLambdaData().MethodTyInfo; in getLambdaTypeInfo()
1877 DL.MethodTyInfo = TS; in setLambdaTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2047 Lambda.MethodTyInfo = readTypeSourceInfo(); in ReadCXXDefinitionData()
H A DASTWriter.cpp7283 AddTypeSourceInfo(Lambda.MethodTyInfo); in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9040 TypeSourceInfo *MethodTyInfo,