Searched refs:DeclaratorType (Results 1 – 1 of 1) sorted by relevance
10419 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local10420 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()10422 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()10424 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()10427 << DeclaratorType << 1; in CheckDestructorDeclarator()