Home
last modified time | relevance | path

Searched refs:PlainType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp723 const auto *PlainType = Param->getType().getTypePtr(); in getUnderylingPackType() local
724 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()