Home
last modified time | relevance | path

Searched defs:TemplateCtor (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CXX/special/class.copy/
H A Dp25-0x.cpp94 struct TemplateCtor { struct
H A Dp12-0x.cpp63 struct TemplateCtor { struct
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp36 struct TemplateCtor { template<typename T> TemplateCtor(T); }; struct