Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp77 llvm::function_ref<bool(const FunctionSP &)> matching_lambda) { in FindFunction() argument
94 if (matching_lambda(p.second)) in FindFunction()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompileUnit.h175 llvm::function_ref<bool(const lldb::FunctionSP &)> matching_lambda);