Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10997 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
10998 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
11000 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
11002 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
11005 << DeclaratorType << 1; in CheckDestructorDeclarator()