Searched refs:PlainType (Results 1 – 1 of 1) sorted by relevance
723 const auto *PlainType = Param->getType().getTypePtr(); in getUnderylingPackType() local724 if (auto *RT = dyn_cast<ReferenceType>(PlainType)) in getUnderylingPackType()725 PlainType = RT->getPointeeTypeAsWritten().getTypePtr(); in getUnderylingPackType()726 if (const auto *SubstType = dyn_cast<SubstTemplateTypeParmType>(PlainType)) { in getUnderylingPackType()