Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6120 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local
6121 assert(PackIdx != -1 && in FindInstantiatedDecl()
6124 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()