Home
last modified time | relevance | path

Searched refs:type_trait (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dindex-concepts.cpp4 struct type_trait { struct
9 struct type_trait<int> { struct
14 requires (type_trait<T>::value) argument
23 requires (type_trait<T>::value)
31 concept Con1 = type_trait<T>::value;
169 typename type_trait<T>;