Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp57 Expected<std::unique_ptr<UtilityFunction>> checker_fn = in Install() local
59 if (!checker_fn) in Install()
60 return checker_fn.takeError(); in Install()
61 m_objc_object_check = std::move(*checker_fn); in Install()