Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dpch-dllexport.cpp62 template <typename T> void __declspec(dllexport) explicitInstantiationDefAfterDecl(T) {} in explicitInstantiationDefAfterDecl() function
63 extern template void explicitInstantiationDefAfterDecl<int>(int);
93 template void __declspec(dllexport) explicitInstantiationDefAfterDecl<int>(int);