Home
last modified time | relevance | path

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

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