Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5832 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local
5833 assert(PackIdx != -1 && in FindInstantiatedDecl()
5836 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()