14#ifndef LLVM_CLANG_AST_ASTIMPORTERROR_H
15#define LLVM_CLANG_AST_ASTIMPORTERROR_H
17#include "llvm/Support/Error.h"
44 void log(llvm::raw_ostream &OS)
const override;
std::error_code convertToErrorCode() const override
ASTImportError(ErrorKind Error)
ASTImportError & operator=(const ASTImportError &Other)
ASTImportError(const ASTImportError &Other)
std::string toString() const
ErrorKind
Kind of error when importing an AST component.
@ Unknown
Not supported node or case.
@ UnsupportedConstruct
Naming ambiguity (likely ODR violation).
The JSON file list parser is used to communicate input to InstallAPI.
@ Other
Other implicit parameter.