Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8316 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
8317 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
8319 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
8321 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
8324 << DeclaratorType << 1; in CheckDestructorDeclarator()