Lines Matching defs:AttrArgArrayImporter
9218 template <typename T> struct AttrArgArrayImporter {
9219 AttrArgArrayImporter(const AttrArgArrayImporter<T> &) = delete;
9220 AttrArgArrayImporter(AttrArgArrayImporter<T> &&) = default;
9221 AttrArgArrayImporter<T> &operator=(const AttrArgArrayImporter<T> &) = delete;
9222 AttrArgArrayImporter<T> &operator=(AttrArgArrayImporter<T> &&) = default;
9224 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err,
9263 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From,
9265 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize);