Searched defs:VarTmpl (Results 1 – 5 of 5) sorted by relevance
188 template<typename T> int VarTmpl = 1; variable227 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>; variable232 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>; variable
143 template<typename T> int VarTmpl = 1; variable167 template __declspec(dllexport) int VarTmpl<ExplicitDecl_Exported>; variable170 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>; variable
232 template<typename T> int VarTmpl; variable257 template __declspec(dllimport) int VarTmpl<ExplicitInst_Imported>; variable
334 if (VarTemplateDecl *VarTmpl = D->getDescribedVarTemplate()) { VisitVarDecl() local
3543 else if (VarTemplateDecl *VarTmpl = dyn_cast<VarTemplateDecl>(Member)) ActOnCXXMemberDeclarator() local