Searched defs:DeclaratorType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6411 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); local
6412 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>())
6414 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl());
6416 DeclaratorType->getAs<TemplateSpecializationType>())
6419 << DeclaratorType << 1;

Completed in 102 milliseconds