Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp78 llvm::function_ref<bool(const FunctionSP &)> matching_lambda) { in FindFunction() argument
95 if (matching_lambda(p.second)) in FindFunction()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h175 llvm::function_ref<bool(const lldb::FunctionSP &)> matching_lambda);