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.cpp931 TypeSourceInfo *MethodTyInfo; in getLambdaType() local
934 MethodTyInfo = getDummyLambdaType(S, Loc); in getLambdaType()
961 MethodTyInfo = S.GetTypeForDeclarator(ParamInfo); in getLambdaType()
962 assert(MethodTyInfo && "no type from lambda-declarator"); in getLambdaType()
965 if (MethodTyInfo->getType()->containsUnexpandedParameterPack()) in getLambdaType()
966 S.DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in getLambdaType()
969 return MethodTyInfo; in getLambdaType()
1011 TypeSourceInfo *MethodTyInfo, ConstexprSpecKind ConstexprKind, in CompleteLambdaCallOperator() argument
1037 LSI->Lambda->setLambdaTypeInfo(MethodTyInfo); in CompleteLambdaCallOperator()
1042 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h436 TypeSourceInfo *MethodTyInfo; member
443 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.cpp2026 Lambda.MethodTyInfo = readTypeSourceInfo(); in ReadCXXDefinitionData()
H A DASTWriter.cpp6631 AddTypeSourceInfo(Lambda.MethodTyInfo); in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8764 TypeSourceInfo *MethodTyInfo, ConstexprSpecKind ConstexprKind,