Searched refs:AttrArgArrayImporter (Results 1 – 1 of 1) sorted by relevance
9134 template <typename T> struct AttrArgArrayImporter { struct9135 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, in AttrArgArrayImporter() argument9179 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From, in importArrayArg()9181 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize); in importArrayArg()