Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1028 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member
1043 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1044 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl
1050 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp829 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member