Searched refs:LambdaType (Results 1 – 2 of 2) sorted by relevance
3004 QualType LambdaType = getContext().getRecordType(Lambda); in EmitLambdaStaticInvokeBody() local3005 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() local3057 QualType ThisType = getContext().getPointerType(LambdaType); in EmitLambdaInAllocaCallOpBody()
403 QualType LambdaType = getASTContext().getRecordType(RD); in DiagnoseInvalidExplicitObjectParameterInLambda() local404 if (LambdaType == ExplicitObjectParameterType) in DiagnoseInvalidExplicitObjectParameterInLambda()406 if (IsDerivedFrom(RD->getLocation(), ExplicitObjectParameterType, LambdaType)) in DiagnoseInvalidExplicitObjectParameterInLambda()