Searched refs:PackIdx (Results 1 – 1 of 1) sorted by relevance
4042 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local4043 assert(PackIdx != -1 && "found declaration pack but not pack expanding"); in FindInstantiatedDecl()4044 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()