Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4650 int PackIdx = ArgumentPackSubstitutionIndex; in FindInstantiatedDecl() local
4651 assert(PackIdx != -1 && in FindInstantiatedDecl()
4654 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]); in FindInstantiatedDecl()