Home | History | Annotate | Download | only in AST

Lines Matching full:dependenttemplatespecializationtype

744   } else if (const DependentTemplateSpecializationType *DTST
745 = type->getAs<DependentTemplateSpecializationType>()) {
959 const DependentTemplateSpecializationType *tst
960 = cast<DependentTemplateSpecializationType>(type);
2182 void CXXNameMangler::mangleType(const DependentTemplateSpecializationType *T) {