Searched refs:matching_lambda (Results 1 – 2 of 2) sorted by relevance
82 llvm::function_ref<bool(const FunctionSP &)> matching_lambda) { in FindFunction() argument99 if (matching_lambda(p.second)) in FindFunction()
168 /// Find a function in the compile unit based on the predicate matching_lambda170 /// \param[in] matching_lambda176 /// The first FunctionSP that the matching_lambda prediate returns true for.178 llvm::function_ref<bool(const lldb::FunctionSP &)> matching_lambda);