Home
last modified time | relevance | path

Searched refs:DeclaratorType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10612 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
10613 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
10615 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
10617 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
10620 << DeclaratorType << 1; in CheckDestructorDeclarator()