Searched refs:AttrArgArrayImporter (Results 1 – 1 of 1) sorted by relevance
9030 template <typename T> struct AttrArgArrayImporter { struct9031 AttrArgArrayImporter(const AttrArgArrayImporter<T> &) = delete;9032 AttrArgArrayImporter(AttrArgArrayImporter<T> &&) = default;9033 AttrArgArrayImporter<T> &operator=(const AttrArgArrayImporter<T> &) = delete;9034 AttrArgArrayImporter<T> &operator=(AttrArgArrayImporter<T> &&) = default;9036 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err, in AttrArgArrayImporter() function9075 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From, in importArrayArg()9077 return AttrArgArrayImporter<T>(NImporter, Err, From, ArraySize); in importArrayArg()