Searched refs:EnumT (Results 1 – 2 of 2) sorted by relevance
12 enum EnumT { E = 10 }; enum18 S::EnumT Evar = S::E; // ok19 S::EnumT Evar2 = EnumT(); //expected-error{{use of undeclared identifier 'EnumT'}}
1712 if (const EnumType *EnumT = T->getAs<EnumType>()) { in MatchTemplateParametersToScopeSpecifier() local1715 EnumDecl *Enum = EnumT->getDecl(); in MatchTemplateParametersToScopeSpecifier()