Searched refs:VarTmpl (Results 1 – 6 of 6) sorted by relevance
151 template<typename T> int VarTmpl;184 extern template __declspec(dllimport) int VarTmpl<ExplicitDecl_Imported>;185 USEVAR(VarTmpl<ExplicitDecl_Imported>)190 template __declspec(dllimport) int VarTmpl<ExplicitInst_Imported>;191 USEVAR(VarTmpl<ExplicitInst_Imported>)196 template<> __declspec(dllimport) int VarTmpl<ExplicitSpec_Imported>;197 USEVAR(VarTmpl<ExplicitSpec_Imported>)
158 template<typename T> int VarTmpl = 1; variable196 extern template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;197 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>; variable202 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>; variable207 template<> __declspec(dllexport) int VarTmpl<ExplicitSpec_Exported>; variable211 template<> __declspec(dllexport) int VarTmpl<ExplicitSpec_Def_Exported> = 1; variable
129 template<typename T> int VarTmpl = 1; variable152 extern template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>;153 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>; variable156 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>; variable159 template<> __declspec(dllexport) int VarTmpl<ExplicitSpec_Exported>; variable160 template<> __declspec(dllexport) int VarTmpl<ExplicitSpec_Def_Exported> = 1; variable
216 template<typename T> int VarTmpl; variable238 extern template __declspec(dllimport) int VarTmpl<ExplicitDecl_Imported>;241 template __declspec(dllimport) int VarTmpl<ExplicitInst_Imported>; variable244 template<> __declspec(dllimport) int VarTmpl<ExplicitSpec_Imported>; variable245 template<> __declspec(dllimport) int VarTmpl<ExplicitSpec_Def_Imported> = 1; // expected-error{{def… variable
6421 if (VarTemplateDecl *VarTmpl = dyn_cast<VarTemplateDecl>(PreviousDecl)) { in ActOnVariableDeclarator() local6422 if (VarTmpl->isConcept()) { in ActOnVariableDeclarator()6427 Diag(VarTmpl->getLocation(), diag::note_previous_declaration); in ActOnVariableDeclarator()
2233 else if (VarTemplateDecl *VarTmpl = dyn_cast<VarTemplateDecl>(Member)) in ActOnCXXMemberDeclarator() local2234 VarTmpl->getTemplatedDecl()->setAccess(AS); in ActOnCXXMemberDeclarator()