Searched refs:AttrArgArrayImporter (Results 1 – 1 of 1) sorted by relevance
8559 template <typename T> struct AttrArgArrayImporter { struct8560 AttrArgArrayImporter(const AttrArgArrayImporter<T> &) = delete;8561 AttrArgArrayImporter(AttrArgArrayImporter<T> &&) = default;8562 AttrArgArrayImporter<T> &operator=(const AttrArgArrayImporter<T> &) = delete;8563 AttrArgArrayImporter<T> &operator=(AttrArgArrayImporter<T> &&) = default;8565 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err, in AttrArgArrayImporter() function8600 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From, in importArrayArg() argument8602 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize); in importArrayArg()