#include "clang/AST/ASTImporterSharedState.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Error.h"
Go to the source code of this file.
|
enum | clang::cross_tu::index_error_code {
clang::cross_tu::index_error_code::unspecified = 1,
clang::cross_tu::index_error_code::missing_index_file,
clang::cross_tu::index_error_code::invalid_index_format,
clang::cross_tu::index_error_code::multiple_definitions,
clang::cross_tu::index_error_code::missing_definition,
clang::cross_tu::index_error_code::failed_import,
clang::cross_tu::index_error_code::failed_to_get_external_ast,
clang::cross_tu::index_error_code::failed_to_generate_usr,
clang::cross_tu::index_error_code::triple_mismatch,
clang::cross_tu::index_error_code::lang_mismatch,
clang::cross_tu::index_error_code::lang_dialect_mismatch,
clang::cross_tu::index_error_code::load_threshold_reached
} |
|