enum ASTImportError::ErrorKind
Description
Kind of error when importing an AST component.
Declared at: clang/include/clang/AST/ASTImportError.h:24
Enumerators
Name | Value | Comment |
---|---|---|
NameConflict | 0 | |
UnsupportedConstruct | 1 | Naming ambiguity (likely ODR violation). |
Unknown | 2 | Not supported node or case. |