Searched refs:typedefTy (Results 1 – 1 of 1) sorted by relevance
4662 auto *typedefTy = T->getAs<TypedefType>(); in GetFullTypeForDeclarator() local4663 if (!typedefTy) in GetFullTypeForDeclarator()4667 if (typedefTy->getDecl() == vaListTypedef) in GetFullTypeForDeclarator()4669 if (auto *name = typedefTy->getDecl()->getIdentifier()) in GetFullTypeForDeclarator()4672 typedefTy = typedefTy->desugar()->getAs<TypedefType>(); in GetFullTypeForDeclarator()4673 } while (typedefTy); in GetFullTypeForDeclarator()