enum ASTNodeImporter::ImportDefinitionKind

Description

What we should import from the definition.

Declared at: clang/lib/AST/ASTImporter.cpp:444

Enumerators

NameValueComment
IDK_Default0Import 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_Everything1Import everything.
IDK_Basic2Import only the bare bones needed to establish a valid DeclContext.