Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1387 NamedDecl *InvokerFun = Invoker.front(); in getLambdaStaticInvoker() local
1388 if (const auto *InvokerTemplate = dyn_cast<FunctionTemplateDecl>(InvokerFun)) in getLambdaStaticInvoker()
1391 return cast<CXXMethodDecl>(InvokerFun); in getLambdaStaticInvoker()