Home
last modified time | relevance | path

Searched refs:LambdaCallOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp54 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in compileFunc() local
60 LambdaCallOp->getDescribedFunctionTemplate(); in compileFunc()
H A DCompiler.cpp4653 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in emitLambdaStaticInvokerBody() local
4655 const Function *Func = this->getFunction(LambdaCallOp); in emitLambdaStaticInvokerBody()
4685 if (!this->emitCall(Func, 0, LambdaCallOp)) in emitLambdaStaticInvokerBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8052 const CXXMethodDecl *LambdaCallOp = in handleCallExpr() local
8065 LambdaCallOp->getDescribedFunctionTemplate(); in handleCallExpr()
8075 FD = LambdaCallOp; in handleCallExpr()