reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/type_traits
 1558     { typedef _Tp     type; };

References

include/llvm/ADT/STLExtras.h
  681         typename std::remove_reference<decltype(*I)>::type>::type> {
  690           decltype(*std::declval<Iter>())>::type>::type>;
 1319 SmallVector<typename std::remove_const<detail::ValueOfRange<R>>::type, Size>
include/llvm/ADT/SmallVector.h
  287       typename std::enable_if<std::is_same<typename std::remove_const<T1>::type,
include/llvm/FuzzMutate/Random.h
   35   typename std::remove_const<T>::type Selection = {};
tools/clang/include/clang/Basic/Diagnostic.h
 1243     std::is_same<typename std::remove_const<T>::type, DeclContext>::value,
tools/clang/tools/extra/clangd/unittests/Matchers.h
  153         typename std::remove_reference<Optional>::type>::type::value_type;
unittests/ADT/DenseSetTest.cpp
   55     typename std::remove_const<T>::type Set;
unittests/XRay/GraphTest.cpp
   37     typename std::remove_const<T>::type G;
usr/include/c++/7.4.0/bits/shared_ptr.h
  705       typedef typename std::remove_const<_Tp>::type _Tp_nc;
usr/include/c++/7.4.0/tuple
  511 			       >::type>>::value;
usr/include/c++/7.4.0/type_traits
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;