Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp182 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External();
183 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp139 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External(); variable
140 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>; variable