Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4042 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local
4043 assert(PackIdx != -1 && "found declaration pack but not pack expanding"); in FindInstantiatedDecl()
4044 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()