struct AttrArgImporter
Declaration
template <typename T>
struct AttrArgImporter { /* full declaration omitted */ };
Declared at: clang/lib/AST/ASTImporter.cpp:8539
Templates
- T
Member Variables
- private T To
Method Overview
- public AttrArgImporter<T>(const AttrArgImporter<T> &)
- public AttrArgImporter<T>(AttrArgImporter<T> &&)
- public AttrArgImporter<T>(clang::ASTNodeImporter & I, llvm::Error & Err, const T & From)
- public const T & value()
Methods
¶AttrArgImporter<T>(const AttrArgImporter<T>&)
AttrArgImporter<T>(const AttrArgImporter<T>&)
Declared at: clang/lib/AST/ASTImporter.cpp:8540
Parameters
- const AttrArgImporter<T>&
¶AttrArgImporter<T>(AttrArgImporter<T>&&)
AttrArgImporter<T>(AttrArgImporter<T>&&)
Declared at: clang/lib/AST/ASTImporter.cpp:8541
Parameters
- AttrArgImporter<T>&&
¶AttrArgImporter<T>(clang::ASTNodeImporter& I,
llvm::Error& Err,
const T& From)
AttrArgImporter<T>(clang::ASTNodeImporter& I,
llvm::Error& Err,
const T& From)
Declared at: clang/lib/AST/ASTImporter.cpp:8545
Parameters
- clang::ASTNodeImporter& I
- llvm::Error& Err
- const T& From
¶const T& value()
const T& value()
Declared at: clang/lib/AST/ASTImporter.cpp:8548