Home
last modified time | relevance | path

Searched defs:AttrArgArrayImporter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8559 template <typename T> struct AttrArgArrayImporter { struct
8565 AttrArgArrayImporter(ASTNodeImporter &I, Error &Err, in AttrArgArrayImporter() function
8574 T *value() { return To.data(); } in value()
8600 AttrArgArrayImporter<T> importArrayArg(const llvm::iterator_range<T *> &From, in importArrayArg() argument