Searched refs:AttrArgArrayImporter (Results 1 – 1 of 1) sorted by relevance
9546 template <typename T> struct AttrArgArrayImporter { struct9547 AttrArgArrayImporter(const AttrArgArrayImporter<T> &) = delete;9548 AttrArgArrayImporter(AttrArgArrayImporter<T> &&) = default;9549 AttrArgArrayImporter<T> &operator=(const AttrArgArrayImporter<T> &) = delete;9550 AttrArgArrayImporter<T> &operator=(AttrArgArrayImporter<T> &&) = default;9552 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err, in AttrArgArrayImporter() function9591 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From, in importArrayArg()9593 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize); in importArrayArg()