Searched refs:checker_fn (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp65 Expected<std::unique_ptr<UtilityFunction>> checker_fn = local
67 if (!checker_fn)
68 return checker_fn.takeError();
69 m_objc_object_check = std::move(*checker_fn);

Completed in 98 milliseconds