enum class index_error_code
Declared at: clang/include/clang/CrossTU/CrossTranslationUnit.h:40
Enumerators
Name | Value | Comment |
---|---|---|
success | 0 | |
unspecified | 1 | |
missing_index_file | 2 | |
invalid_index_format | 3 | |
multiple_definitions | 4 | |
missing_definition | 5 | |
failed_import | 6 | |
failed_to_get_external_ast | 7 | |
failed_to_generate_usr | 8 | |
triple_mismatch | 9 | |
lang_mismatch | 10 | |
lang_dialect_mismatch | 11 | |
load_threshold_reached | 12 | |
invocation_list_ambiguous | 13 | |
invocation_list_file_not_found | 14 | |
invocation_list_empty | 15 | |
invocation_list_wrong_format | 16 | |
invocation_list_lookup_unsuccessful | 17 |