Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp82 llvm::function_ref<bool(const FunctionSP &)> matching_lambda) { in FindFunction() argument
99 if (matching_lambda(p.second)) in FindFunction()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h178 llvm::function_ref<bool(const lldb::FunctionSP &)> matching_lambda);