Home | History | Annotate | Download | only in Sema

Lines Matching defs:DeclArgumentPack

3253     typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack;
3254 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Found
3262 return cast<NamedDecl>((*Found->get<DeclArgumentPack *>())[PackIdx]);