Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp755 template <typename T> struct ExplicitInstantiationDeclTemplate { void f() {} }; in f() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp414 template <typename T> struct ExplicitInstantiationDeclTemplate {}; struct