Lines Matching defs:AttrArgArrayImporter
9134 template <typename T> struct AttrArgArrayImporter {
9135 AttrArgArrayImporter(const AttrArgArrayImporter<T> &) = delete;
9136 AttrArgArrayImporter(AttrArgArrayImporter<T> &&) = default;
9137 AttrArgArrayImporter<T> &operator=(const AttrArgArrayImporter<T> &) = delete;
9138 AttrArgArrayImporter<T> &operator=(AttrArgArrayImporter<T> &&) = default;
9140 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err,
9179 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From,
9181 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize);