Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h47 template <class T> struct type_identity { struct
48 using type = T;
/openbsd/gnu/llvm/libcxx/include/__type_traits/
H A Dtype_identity.h27 template<class _Tp> struct type_identity { typedef _Tp type; }; argument