Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp581 if (auto TTPTL = TL.getAs<TemplateTypeParmTypeLoc>()) { in getContainedAutoParamType() local
582 if (TTPTL.getTypePtr()->getDecl()->isImplicit()) in getContainedAutoParamType()
583 return TTPTL; in getContainedAutoParamType()