enum ASTNodeImporter::ImportDefinitionKind
Description
What we should import from the definition.
Declared at: clang/lib/AST/ASTImporter.cpp:444
Enumerators
Name | Value | Comment |
---|---|---|
IDK_Default | 0 | Import the default subset of the definition, which might be nothing (if minimal import is set) or might be everything (if minimal import is not set). |
IDK_Everything | 1 | Import everything. |
IDK_Basic | 2 | Import only the bare bones needed to establish a valid DeclContext. |