Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp3036 llvm::Function *ImplFn = nullptr; in EmitLambdaDelegatingInvokeBody() local
3037 EmitLambdaInAllocaImplFn(CallOp, &ImplFnInfo, &ImplFn); in EmitLambdaDelegatingInvokeBody()
3039 EmitForwardingCallToLambda(CallOp, CallArgs, ImplFnInfo, ImplFn); in EmitLambdaDelegatingInvokeBody()
3066 llvm::Function **ImplFn) { in EmitLambdaInAllocaImplFn() argument
3105 *ImplFn = Fn; in EmitLambdaInAllocaImplFn()
H A DCodeGenFunction.h2294 llvm::Function **ImplFn);