Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10412 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
10413 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
10415 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
10417 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
10420 << DeclaratorType << 1; in CheckDestructorDeclarator()