Searched refs:UsingDecls (Results 1 – 2 of 2) sorted by relevance
3810 ArrayRef<NamedDecl *> UsingDecls) in UsingPackDecl() argument3816 InstantiatedFrom(InstantiatedFrom), NumExpansions(UsingDecls.size()) { in UsingPackDecl()3817 std::uninitialized_copy(UsingDecls.begin(), UsingDecls.end(), in UsingPackDecl()3841 ArrayRef<NamedDecl *> UsingDecls);
3234 ArrayRef<NamedDecl *> UsingDecls) { in Create() argument3235 size_t Extra = additionalSizeToAlloc<NamedDecl *>(UsingDecls.size()); in Create()3236 return new (C, DC, Extra) UsingPackDecl(DC, InstantiatedFrom, UsingDecls); in Create()