Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/
Dcxx-templates-common.h34 template<typename T> struct WithPartialSpecialization {}; struct
35 typedef WithPartialSpecialization<int*> WithPartialSpecializationUse;
Dcxx-templates-a.h54 template<typename T> struct WithPartialSpecialization<T*> {