Searched refs:PackIdx (Results 1 – 2 of 2) sorted by relevance
4650 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local4651 assert(PackIdx != -1 && in FindInstantiatedDecl()4654 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()
5824 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local5825 assert(PackIdx != -1 && in FindInstantiatedDecl()5828 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()