Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h168 /// Find a function in the compile unit based on the predicate matching_lambda
170 /// \param[in] matching_lambda
176 /// The first FunctionSP that the matching_lambda prediate returns true for.
178 llvm::function_ref<bool(const lldb::FunctionSP &)> matching_lambda);