#include "clang/AST/ASTImporterSharedState.h"
#include "clang/Analysis/MacroExpansionContext.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"
#include "llvm/Support/Path.h"
#include <optional>
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
namespace | clang::cross_tu |
|
|
enum class | clang::cross_tu::index_error_code {
clang::cross_tu::success = 0
, clang::cross_tu::unspecified = 1
, clang::cross_tu::missing_index_file
, clang::cross_tu::invalid_index_format
,
clang::cross_tu::multiple_definitions
, clang::cross_tu::missing_definition
, clang::cross_tu::failed_import
, clang::cross_tu::failed_to_get_external_ast
,
clang::cross_tu::failed_to_generate_usr
, clang::cross_tu::triple_mismatch
, clang::cross_tu::lang_mismatch
, clang::cross_tu::lang_dialect_mismatch
,
clang::cross_tu::load_threshold_reached
, clang::cross_tu::invocation_list_ambiguous
, clang::cross_tu::invocation_list_file_not_found
, clang::cross_tu::invocation_list_empty
,
clang::cross_tu::invocation_list_wrong_format
, clang::cross_tu::invocation_list_lookup_unsuccessful
} |
|