Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp705 const TemplateTypeParmType *getFunctionPackType(const FunctionDecl *Callee) { in getFunctionPackType() function
822 if (const auto *TTPT = getFunctionPackType(Callee)) { in handleCall()
927 if (const auto *TTPT = getFunctionPackType(D)) { in resolveForwardingParameters()