Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp3078 const CGFunctionInfo *ImplFnInfo = nullptr; in EmitLambdaDelegatingInvokeBody() local
3080 EmitLambdaInAllocaImplFn(CallOp, &ImplFnInfo, &ImplFn); in EmitLambdaDelegatingInvokeBody()
3082 EmitForwardingCallToLambda(CallOp, CallArgs, ImplFnInfo, ImplFn); in EmitLambdaDelegatingInvokeBody()
3108 const CXXMethodDecl *CallOp, const CGFunctionInfo **ImplFnInfo, in EmitLambdaInAllocaImplFn() argument
3120 *ImplFnInfo = &CGM.getTypes().arrangeLLVMFunctionInfo( in EmitLambdaInAllocaImplFn()
3138 Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(**ImplFnInfo), in EmitLambdaInAllocaImplFn()
3141 CGM.SetInternalFunctionAttributes(CallOp, Fn, **ImplFnInfo); in EmitLambdaInAllocaImplFn()
3145 CodeGenFunction(CGM).GenerateCode(GD, Fn, **ImplFnInfo); in EmitLambdaInAllocaImplFn()
H A DCodeGenFunction.h2388 const CGFunctionInfo **ImplFnInfo,