Home
last modified time | relevance | path

Searched defs:unique_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFunctionExtras.h56 template <typename FunctionT> class unique_function; variable
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dlambdas.cpp40 template <class T> struct unique_function {}; struct