Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp6797 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
6798 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
6800 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
6802 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
6805 << DeclaratorType << 1; in CheckDestructorDeclarator()