Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:StaticVar

875   template<typename T>                       static const int StaticVar = 1;
878 template<typename T> const int MemVarTmpl::StaticVar;
904 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
905 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
909 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
912 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Exported>;
913 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1;