Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp97 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in emitLambdaStaticInvokerBody() local
99 const Function *Func = this->getFunction(LambdaCallOp); in emitLambdaStaticInvokerBody()
129 if (!this->emitCall(Func, LambdaCallOp)) in emitLambdaStaticInvokerBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7989 const CXXMethodDecl *LambdaCallOp = in handleCallExpr() local
8002 LambdaCallOp->getDescribedFunctionTemplate(); in handleCallExpr()
8011 FD = LambdaCallOp; in handleCallExpr()