Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp6960 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
6961 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
6963 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
6965 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
6968 << DeclaratorType << 1; in CheckDestructorDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10333 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); in CheckDestructorDeclarator() local
10334 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>()) in CheckDestructorDeclarator()
10336 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl()); in CheckDestructorDeclarator()
10338 DeclaratorType->getAs<TemplateSpecializationType>()) in CheckDestructorDeclarator()
10341 << DeclaratorType << 1; in CheckDestructorDeclarator()