Home
last modified time | relevance | path

Searched refs:LambdaType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp3004 QualType LambdaType = getContext().getRecordType(Lambda); in EmitLambdaStaticInvokeBody() local
3005 QualType ThisType = getContext().getPointerType(LambdaType); in EmitLambdaStaticInvokeBody()
3006 Address ThisPtr = CreateMemTemp(LambdaType, "unused.capture"); in EmitLambdaStaticInvokeBody()
3056 QualType LambdaType = getContext().getRecordType(MD->getParent()); in EmitLambdaInAllocaCallOpBody() local
3057 QualType ThisType = getContext().getPointerType(LambdaType); in EmitLambdaInAllocaCallOpBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp403 QualType LambdaType = getASTContext().getRecordType(RD); in DiagnoseInvalidExplicitObjectParameterInLambda() local
404 if (LambdaType == ExplicitObjectParameterType) in DiagnoseInvalidExplicitObjectParameterInLambda()
406 if (IsDerivedFrom(RD->getLocation(), ExplicitObjectParameterType, LambdaType)) in DiagnoseInvalidExplicitObjectParameterInLambda()