Searched refs:DeclaratorType (Results 1 – 1 of 1) sorted by relevance
11137 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local11138 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()11140 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()11142 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()11145 << DeclaratorType << 1; in CheckDestructorDeclarator()