Searched refs:LambdaCallOp (Results 1 – 3 of 3) sorted by relevance
54 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in compileFunc() local60 LambdaCallOp->getDescribedFunctionTemplate(); in compileFunc()
4653 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in emitLambdaStaticInvokerBody() local4655 const Function *Func = this->getFunction(LambdaCallOp); in emitLambdaStaticInvokerBody()4685 if (!this->emitCall(Func, 0, LambdaCallOp)) in emitLambdaStaticInvokerBody()
8052 const CXXMethodDecl *LambdaCallOp = in handleCallExpr() local8065 LambdaCallOp->getDescribedFunctionTemplate(); in handleCallExpr()8075 FD = LambdaCallOp; in handleCallExpr()