Searched refs:typedefTy (Results 1 – 1 of 1) sorted by relevance
4469 auto *typedefTy = T->getAs<TypedefType>(); in GetFullTypeForDeclarator() local4470 if (!typedefTy) in GetFullTypeForDeclarator()4474 if (typedefTy->getDecl() == vaListTypedef) in GetFullTypeForDeclarator()4476 if (auto *name = typedefTy->getDecl()->getIdentifier()) in GetFullTypeForDeclarator()4479 typedefTy = typedefTy->desugar()->getAs<TypedefType>(); in GetFullTypeForDeclarator()4480 } while (typedefTy); in GetFullTypeForDeclarator()