LLVM  8.0.1
llvm::function_ref< Ret(Params...)> Member List

This is the complete list of members for llvm::function_ref< Ret(Params...)>, including all inherited members.

function_ref()=defaultllvm::function_ref< Ret(Params...)>
function_ref(std::nullptr_t)llvm::function_ref< Ret(Params...)>inline
function_ref(Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr)llvm::function_ref< Ret(Params...)>inline
operator bool() constllvm::function_ref< Ret(Params...)>inline
operator()(Params ...params) constllvm::function_ref< Ret(Params...)>inline