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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6211 QualType DeclaratorType = GetTypeFromParser(D.getName().DestructorName); local
6212 if (const TypedefType *TT = DeclaratorType->getAs<TypedefType>())
6214 << DeclaratorType << isa<TypeAliasDecl>(TT->getDecl());
6216 DeclaratorType->getAs<TemplateSpecializationType>())
6219 << DeclaratorType << 1;

Completed in 130 milliseconds