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

Methods

AttrArgImporter<T>(const AttrArgImporter<T>&)

Declared at: clang/lib/AST/ASTImporter.cpp:8540

Parameters

const 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)

Declared at: clang/lib/AST/ASTImporter.cpp:8545

Parameters

clang::ASTNodeImporter& I
llvm::Error& Err
const T& From

const T& value()

Declared at: clang/lib/AST/ASTImporter.cpp:8548